Html Css Color HEX #709992 Juniper

📋 copy color: '#709992'

red 112 ◦ green 153 ◦ blue 146

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

Shades of Juniper #709992

Tints of Juniper #709992

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.23%

 BLUE value IS 146 (57.42% from 255) = 35.52%

R = 27.25%
G = 37.23%
B = 35.52%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#709992 (or 0x709992) is known color: Juniper. HEX triplet: 70, 99 and 92. RGB value is (112,153,146). Sum of RGB (Red+Green+Blue) = 112+153+146=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 153 - color contains mainly: green. Hex color #709992 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709992 is #8F666D. Grayscale: #8B8B8B. Windows color (decimal): -9397870 or 9607536. OLE color: 9607536.

HSL color Cylindrical-coordinate representation of color #709992: hue angle of 169.76º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #709992 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 112 153 146 -
CMYK 0.27 0 0.05 0.4
HSL 169.76º 0.17% 0.52% -
HSV(B) 169.76º 0.27% 0.6% -
XYZ 23.26 28.3 31.43 -
YUV 139.94 131.42 108.07 -
System Red Green Blue C M Y K H S L
Decimal 112 153 146 0.27 0 0.05 0.4 169.76 0.17 0.52
Hex 70 99 92 1B 0 5 28 AA 11 34
Octal 160 231 222 33 0 5 50 252 21 64
Binary 1110000 10011001 10010010 11011 0 101 101000 10101010 10001 110100

Color Harmonies of #709992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709992

Black with #709992

Text Example


Text Example

White with #709992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709992; }

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

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

background-color css

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

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

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

border-color css

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

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

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