#72956F

Color #72956F Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laurel #72956F

Tints of Laurel #72956F

Color information

#72956F (or 0x72956F) is unknown color: approx Laurel. HEX triplet: 72, 95 and 6F. RGB value is (114,149,111). Sum of RGB (Red+Green+Blue) = 114+149+111=374 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.48% from 374); Green value is 149 (58.59% from 255 or 39.84% from 374); Blue value is 111 (43.75% from 255 or 29.68% from 374); Max value from RGB is 149 - color contains mainly: green. Hex color #72956F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72956F is #8D6A90. Grayscale: #868686. Windows color (decimal): -9267857 or 7312754. OLE color: 7312754.

HSL color Cylindrical-coordinate representation of color #72956F: hue angle of 115.26º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #72956F is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB114149111-
CMYK0.2300.260.42
HSL115.26º15.2%50.98%-
HSV(B)115.26º25.5%58.43%-
XYZ20.5626.2219.02-
YUV134.2114.9113.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.48%
GREEN value IS 149 (58.59% from 255) = 39.84%
BLUE value IS 111 (43.75% from 255) = 29.68%
R=30.48%
G=39.84%
B=29.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1141491110.2300.260.42115.2615.250.98
Hex72956F1701A2A73f33
Octal16222515727032521631763
Binary11100101001010111011111011101101010101011100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72956F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #72956F;
 }
 .AnyTagClassName
 {
   color: #72956F;
 }
</style>
background-color css

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

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

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

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

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

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