Html Css Color HEX #709690 Juniper

📋 copy color: '#709690'

red 112 ◦ green 150 ◦ blue 144

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

Shades of Juniper #709690

Tints of Juniper #709690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.47%

R = 27.59%
G = 36.95%
B = 35.47%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#709690 (or 0x709690) is known color: Juniper. HEX triplet: 70, 96 and 90. RGB value is (112,150,144). Sum of RGB (Red+Green+Blue) = 112+150+144=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 150 - color contains mainly: green. Hex color #709690 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709690 is #8F696F. Grayscale: #898989. Windows color (decimal): -9398640 or 9475696. OLE color: 9475696.

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

Color convert

RGB 112 150 144 -
CMYK 0.25 0 0.04 0.41
HSL 170.53º 0.15% 0.51% -
HSV(B) 170.53º 0.25% 0.59% -
XYZ 22.62 27.27 30.46 -
YUV 137.95 131.41 109.49 -
System Red Green Blue C M Y K H S L
Decimal 112 150 144 0.25 0 0.04 0.41 170.53 0.15 0.51
Hex 70 96 90 19 0 4 29 AB F 33
Octal 160 226 220 31 0 4 51 253 17 63
Binary 1110000 10010110 10010000 11001 0 100 101001 10101011 1111 110011

Color Harmonies of #709690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709690

Black with #709690

Text Example


Text Example

White with #709690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709690; }

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

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

background-color css

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

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

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

border-color css

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

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

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