Html Css Color HEX #709695 Juniper

📋 copy color: '#709695'

red 112 ◦ green 150 ◦ blue 149

#709695
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Juniper #709695

Tints of Juniper #709695

RGB

 RED value IS 112 (44.14% from 255) = 27.25%

 GREEN value IS 150 (58.98% from 255) = 36.5%

 BLUE value IS 149 (58.59% from 255) = 36.25%

R = 27.25%
G = 36.5%
B = 36.25%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.01

 K value IS 0.41

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#709695 (or 0x709695) is known color: Juniper. HEX triplet: 70, 96 and 95. RGB value is (112,150,149). Sum of RGB (Red+Green+Blue) = 112+150+149=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 149 (58.59% from 255 or 36.25% from 411); Max value from RGB is 150 - color contains mainly: green. Hex color #709695 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709695 is #8F696A. Grayscale: #8A8A8A. Windows color (decimal): -9398635 or 9803376. OLE color: 9803376.

HSL color Cylindrical-coordinate representation of color #709695: hue angle of 178.42º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #709695 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 150 149 -
CMYK 0.25 0 0.01 0.41
HSL 178.42º 0.15% 0.51% -
HSV(B) 178.42º 0.25% 0.59% -
XYZ 23.01 27.43 32.51 -
YUV 138.52 133.91 109.08 -
System Red Green Blue C M Y K H S L
Decimal 112 150 149 0.25 0 0.01 0.41 178.42 0.15 0.51
Hex 70 96 95 19 0 1 29 B2 F 33
Octal 160 226 225 31 0 1 51 262 17 63
Binary 1110000 10010110 10010101 11001 0 1 101001 10110010 1111 110011

Color Harmonies of #709695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709695

Black with #709695

Text Example


Text Example

White with #709695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709695; }

 p { color: rgb(112,150,149); }

 H1.HeaderClassName
 {
   color: #709695;
 }
 .AnyTagClassName
 {
   color: #709695;
 }
</style>

background-color css

<style>
 a { background-color: #709695; }

 a { background-color: rgb(112,150,149); }

 div.DivClassName
 {
   background-color: #709695;
 }
 .BgClassName
 {
   background-color: #709695;
 }
</style>

border-color css

<style>
 span { border-color: #709695; }

 span { border-color: rgb(112,150,149); }

 td.TdClassName
 {
   border-color: #709695;
 }
 .TagClassName
 {
   border-color: #709695;
 }
</style>