Html Css Color HEX #709D96 Juniper

📋 copy color: '#709D96'

red 112 ◦ green 157 ◦ blue 150

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

Shades of Juniper #709D96

Tints of Juniper #709D96

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.47%

 BLUE value IS 150 (58.98% from 255) = 35.8%

R = 26.73%
G = 37.47%
B = 35.8%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#709D96 (or 0x709D96) is known color: Juniper. HEX triplet: 70, 9D and 96. RGB value is (112,157,150). Sum of RGB (Red+Green+Blue) = 112+157+150=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 157 (61.72% from 255 or 37.47% from 419); Blue value is 150 (58.98% from 255 or 35.80% from 419); Max value from RGB is 157 - color contains mainly: green. Hex color #709D96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709D96 is #8F6269. Grayscale: #8E8E8E. Windows color (decimal): -9396842 or 9870704. OLE color: 9870704.

HSL color Cylindrical-coordinate representation of color #709D96: hue angle of 170.67º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #709D96 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 157 150 -
CMYK 0.29 0 0.04 0.38
HSL 170.67º 0.19% 0.53% -
HSV(B) 170.67º 0.29% 0.62% -
XYZ 24.24 29.76 33.32 -
YUV 142.75 132.09 106.07 -
System Red Green Blue C M Y K H S L
Decimal 112 157 150 0.29 0 0.04 0.38 170.67 0.19 0.53
Hex 70 9D 96 1D 0 4 26 AB 13 35
Octal 160 235 226 35 0 4 46 253 23 65
Binary 1110000 10011101 10010110 11101 0 100 100110 10101011 10011 110101

Color Harmonies of #709D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709D96

Black with #709D96

Text Example


Text Example

White with #709D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709D96; }

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

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

background-color css

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

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

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

border-color css

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

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

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