Html Css Color HEX #709172 Laurel

📋 copy color: '#709172'

red 112 ◦ green 145 ◦ blue 114

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

Shades of Laurel #709172

Tints of Laurel #709172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.73%

R = 30.19%
G = 39.08%
B = 30.73%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#709172 (or 0x709172) is known color: Laurel. HEX triplet: 70, 91 and 72. RGB value is (112,145,114). Sum of RGB (Red+Green+Blue) = 112+145+114=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 145 - color contains mainly: green. Hex color #709172 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709172 is #8F6E8D. Grayscale: #838383. Windows color (decimal): -9399950 or 7508336. OLE color: 7508336.

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

Color convert

RGB 112 145 114 -
CMYK 0.23 0 0.21 0.43
HSL 123.64º 0.13% 0.5% -
HSV(B) 123.64º 0.23% 0.57% -
XYZ 19.84 24.91 19.68 -
YUV 131.6 118.07 114.02 -
System Red Green Blue C M Y K H S L
Decimal 112 145 114 0.23 0 0.21 0.43 123.64 0.13 0.5
Hex 70 91 72 17 0 15 2B 7C D 32
Octal 160 221 162 27 0 25 53 174 15 62
Binary 1110000 10010001 1110010 10111 0 10101 101011 1111100 1101 110010

Color Harmonies of #709172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709172

Black with #709172

Text Example


Text Example

White with #709172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709172; }

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

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

background-color css

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

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

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

border-color css

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

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

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