Html Css Color HEX #72966F Laurel

📋 copy color: '#72966F'

red 114 ◦ green 150 ◦ blue 111

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

Shades of Laurel #72966F

Tints of Laurel #72966F

RGB

 RED value IS 114 (44.92% from 255) = 30.4%

 GREEN value IS 150 (58.98% from 255) = 40%

 BLUE value IS 111 (43.75% from 255) = 29.6%

R = 30.4%
G = 40%
B = 29.6%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#72966F (or 0x72966F) is known color: Laurel. HEX triplet: 72, 96 and 6F. RGB value is (114,150,111). Sum of RGB (Red+Green+Blue) = 114+150+111=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 150 - color contains mainly: green. Hex color #72966F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72966F is #8D6990. Grayscale: #868686. Windows color (decimal): -9267601 or 7313010. OLE color: 7313010.

HSL color Cylindrical-coordinate representation of color #72966F: hue angle of 115.38º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #72966F is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB 114 150 111 -
CMYK 0.24 0 0.26 0.41
HSL 115.38º 0.16% 0.51% -
HSV(B) 115.38º 0.26% 0.59% -
XYZ 20.72 26.54 19.07 -
YUV 134.79 114.57 113.17 -
System Red Green Blue C M Y K H S L
Decimal 114 150 111 0.24 0 0.26 0.41 115.38 0.16 0.51
Hex 72 96 6F 18 0 1A 29 73 10 33
Octal 162 226 157 30 0 32 51 163 20 63
Binary 1110010 10010110 1101111 11000 0 11010 101001 1110011 10000 110011

Color Harmonies of #72966F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72966F

Black with #72966F

Text Example


Text Example

White with #72966F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72966F; }

 p { color: rgb(114,150,111); }

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

background-color css

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

 a { background-color: rgb(114,150,111); }

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

border-color css

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

 span { border-color: rgb(114,150,111); }

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