Html Css Color HEX #709091 Juniper

📋 copy color: '#709091'

red 112 ◦ green 144 ◦ blue 145

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

Shades of Juniper #709091

Tints of Juniper #709091

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.91%

 BLUE value IS 145 (57.03% from 255) = 36.16%

R = 27.93%
G = 35.91%
B = 36.16%

CMYK

 C value IS 0.23

 M value IS 0.01

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#709091 (or 0x709091) is known color: Juniper. HEX triplet: 70, 90 and 91. RGB value is (112,144,145). Sum of RGB (Red+Green+Blue) = 112+144+145=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 145 (57.03% from 255 or 36.16% from 401); Max value from RGB is 145 - color contains mainly: blue. Hex color #709091 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709091 is #8F6F6E. Grayscale: #868686. Windows color (decimal): -9400175 or 9539696. OLE color: 9539696.

HSL color Cylindrical-coordinate representation of color #709091: hue angle of 181.82º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #709091 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 144 145 -
CMYK 0.23 0.01 0 0.43
HSL 181.82º 0.13% 0.5% -
HSV(B) 181.82º 0.23% 0.57% -
XYZ 21.77 25.44 30.55 -
YUV 134.55 133.9 111.92 -
System Red Green Blue C M Y K H S L
Decimal 112 144 145 0.23 0.01 0 0.43 181.82 0.13 0.5
Hex 70 90 91 17 1 0 2B B6 D 32
Octal 160 220 221 27 1 0 53 266 15 62
Binary 1110000 10010000 10010001 10111 1 0 101011 10110110 1101 110010

Color Harmonies of #709091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709091

Black with #709091

Text Example


Text Example

White with #709091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709091; }

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

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

background-color css

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

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

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

border-color css

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

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

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