Html Css Color HEX #709191 Juniper

📋 copy color: '#709191'

red 112 ◦ green 145 ◦ blue 145

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

Shades of Juniper #709191

Tints of Juniper #709191

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.07%

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

R = 27.86%
G = 36.07%
B = 36.07%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#709191 (or 0x709191) is known color: Juniper. HEX triplet: 70, 91 and 91. RGB value is (112,145,145). Sum of RGB (Red+Green+Blue) = 112+145+145=402 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.86% from 402); Green value is 145 (57.03% from 255 or 36.07% from 402); Blue value is 145 (57.03% from 255 or 36.07% from 402); Max value from RGB is 145 - color contains mainly: green, blue. Hex color #709191 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709191 is #8F6E6E. Grayscale: #878787. Windows color (decimal): -9399919 or 9539952. OLE color: 9539952.

HSL color Cylindrical-coordinate representation of color #709191: hue angle of 180º 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 #709191 is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 145 145 -
CMYK 0.23 0 0 0.43
HSL 180º 0.13% 0.5% -
HSV(B) 180º 0.23% 0.57% -
XYZ 21.92 25.74 30.6 -
YUV 135.13 133.57 111.5 -
System Red Green Blue C M Y K H S L
Decimal 112 145 145 0.23 0 0 0.43 180 0.13 0.5
Hex 70 91 91 17 0 0 2B B4 D 32
Octal 160 221 221 27 0 0 53 264 15 62
Binary 1110000 10010001 10010001 10111 0 0 101011 10110100 1101 110010

Color Harmonies of #709191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709191

Black with #709191

Text Example


Text Example

White with #709191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709191; }

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

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

background-color css

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

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

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

border-color css

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

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

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