Html Css Color HEX #709D99 Juniper

📋 copy color: '#709D99'

red 112 ◦ green 157 ◦ blue 153

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

Shades of Juniper #709D99

Tints of Juniper #709D99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 36.26%

R = 26.54%
G = 37.2%
B = 36.26%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#709D99 (or 0x709D99) is known color: Juniper. HEX triplet: 70, 9D and 99. RGB value is (112,157,153). Sum of RGB (Red+Green+Blue) = 112+157+153=422 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.54% from 422); Green value is 157 (61.72% from 255 or 37.20% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 157 - color contains mainly: green. Hex color #709D99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709D99 is #8F6266. Grayscale: #8F8F8F. Windows color (decimal): -9396839 or 10067312. OLE color: 10067312.

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

Color convert

RGB 112 157 153 -
CMYK 0.29 0 0.03 0.38
HSL 174.67º 0.19% 0.53% -
HSV(B) 174.67º 0.29% 0.62% -
XYZ 24.49 29.86 34.61 -
YUV 143.09 133.59 105.83 -
System Red Green Blue C M Y K H S L
Decimal 112 157 153 0.29 0 0.03 0.38 174.67 0.19 0.53
Hex 70 9D 99 1D 0 3 26 AF 13 35
Octal 160 235 231 35 0 3 46 257 23 65
Binary 1110000 10011101 10011001 11101 0 11 100110 10101111 10011 110101

Color Harmonies of #709D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709D99

Black with #709D99

Text Example


Text Example

White with #709D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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