Html Css Color HEX #709176 Laurel

📋 copy color: '#709176'

red 112 ◦ green 145 ◦ blue 118

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

Shades of Laurel #709176

Tints of Laurel #709176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.47%

R = 29.87%
G = 38.67%
B = 31.47%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#709176 (or 0x709176) is known color: Laurel. HEX triplet: 70, 91 and 76. RGB value is (112,145,118). Sum of RGB (Red+Green+Blue) = 112+145+118=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 145 (57.03% from 255 or 38.67% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 145 - color contains mainly: green. Hex color #709176 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709176 is #8F6E89. Grayscale: #848484. Windows color (decimal): -9399946 or 7770480. OLE color: 7770480.

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

Color convert

RGB 112 145 118 -
CMYK 0.23 0 0.19 0.43
HSL 130.91º 0.13% 0.5% -
HSV(B) 130.91º 0.23% 0.57% -
XYZ 20.08 25 20.91 -
YUV 132.06 120.07 113.7 -
System Red Green Blue C M Y K H S L
Decimal 112 145 118 0.23 0 0.19 0.43 130.91 0.13 0.5
Hex 70 91 76 17 0 13 2B 83 D 32
Octal 160 221 166 27 0 23 53 203 15 62
Binary 1110000 10010001 1110110 10111 0 10011 101011 10000011 1101 110010

Color Harmonies of #709176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709176

Black with #709176

Text Example


Text Example

White with #709176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709176; }

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

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

background-color css

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

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

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

border-color css

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

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

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