Html Css Color HEX #709391 Juniper

📋 copy color: '#709391'

red 112 ◦ green 147 ◦ blue 145

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

Shades of Juniper #709391

Tints of Juniper #709391

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.39%

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

R = 27.72%
G = 36.39%
B = 35.89%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#709391 (or 0x709391) is known color: Juniper. HEX triplet: 70, 93 and 91. RGB value is (112,147,145). Sum of RGB (Red+Green+Blue) = 112+147+145=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 145 (57.03% from 255 or 35.89% from 404); Max value from RGB is 147 - color contains mainly: green. Hex color #709391 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709391 is #8F6C6E. Grayscale: #888888. Windows color (decimal): -9399407 or 9540464. OLE color: 9540464.

HSL color Cylindrical-coordinate representation of color #709391: hue angle of 176.57º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #709391 is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 147 145 -
CMYK 0.24 0 0.01 0.42
HSL 176.57º 0.14% 0.51% -
HSV(B) 176.57º 0.24% 0.58% -
XYZ 22.23 26.36 30.7 -
YUV 136.31 132.9 110.66 -
System Red Green Blue C M Y K H S L
Decimal 112 147 145 0.24 0 0.01 0.42 176.57 0.14 0.51
Hex 70 93 91 18 0 1 2A B1 E 33
Octal 160 223 221 30 0 1 52 261 16 63
Binary 1110000 10010011 10010001 11000 0 1 101010 10110001 1110 110011

Color Harmonies of #709391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709391

Black with #709391

Text Example


Text Example

White with #709391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709391; }

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

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

background-color css

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

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

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

border-color css

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

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

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