Html Css Color HEX #709D95 Juniper

📋 copy color: '#709D95'

red 112 ◦ green 157 ◦ blue 149

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

Shades of Juniper #709D95

Tints of Juniper #709D95

RGB

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

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

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

R = 26.79%
G = 37.56%
B = 35.65%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.05

 K value IS 0.38

RGB Variations

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

Color information

#709D95 (or 0x709D95) is known color: Juniper. HEX triplet: 70, 9D and 95. RGB value is (112,157,149). Sum of RGB (Red+Green+Blue) = 112+157+149=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 157 (61.72% from 255 or 37.56% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 157 - color contains mainly: green. Hex color #709D95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709D95 is #8F626A. Grayscale: #8E8E8E. Windows color (decimal): -9396843 or 9805168. OLE color: 9805168.

HSL color Cylindrical-coordinate representation of color #709D95: hue angle of 169.33º 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 #709D95 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 157 149 -
CMYK 0.29 0 0.05 0.38
HSL 169.33º 0.19% 0.53% -
HSV(B) 169.33º 0.29% 0.62% -
XYZ 24.16 29.73 32.9 -
YUV 142.63 131.59 106.15 -
System Red Green Blue C M Y K H S L
Decimal 112 157 149 0.29 0 0.05 0.38 169.33 0.19 0.53
Hex 70 9D 95 1D 0 5 26 A9 13 35
Octal 160 235 225 35 0 5 46 251 23 65
Binary 1110000 10011101 10010101 11101 0 101 100110 10101001 10011 110101

Color Harmonies of #709D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709D95

Black with #709D95

Text Example


Text Example

White with #709D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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