Html Css Color HEX #709691 Juniper

📋 copy color: '#709691'

red 112 ◦ green 150 ◦ blue 145

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

Shades of Juniper #709691

Tints of Juniper #709691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 35.63%

R = 27.52%
G = 36.86%
B = 35.63%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#709691 (or 0x709691) is known color: Juniper. HEX triplet: 70, 96 and 91. RGB value is (112,150,145). Sum of RGB (Red+Green+Blue) = 112+150+145=407 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.52% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 145 (57.03% from 255 or 35.63% from 407); Max value from RGB is 150 - color contains mainly: green. Hex color #709691 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709691 is #8F696E. Grayscale: #8A8A8A. Windows color (decimal): -9398639 or 9541232. OLE color: 9541232.

HSL color Cylindrical-coordinate representation of color #709691: hue angle of 172.11º 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 #709691 is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 150 145 -
CMYK 0.25 0 0.03 0.41
HSL 172.11º 0.15% 0.51% -
HSV(B) 172.11º 0.25% 0.59% -
XYZ 22.7 27.3 30.86 -
YUV 138.07 131.91 109.41 -
System Red Green Blue C M Y K H S L
Decimal 112 150 145 0.25 0 0.03 0.41 172.11 0.15 0.51
Hex 70 96 91 19 0 3 29 AC F 33
Octal 160 226 221 31 0 3 51 254 17 63
Binary 1110000 10010110 10010001 11001 0 11 101001 10101100 1111 110011

Color Harmonies of #709691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709691

Black with #709691

Text Example


Text Example

White with #709691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709691; }

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

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

background-color css

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

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

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

border-color css

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

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

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