#72A372

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

Shades of Laurel #72A372

Tints of Laurel #72A372

Color information

#72A372 (or 0x72A372) is unknown color: approx Laurel. HEX triplet: 72, A3 and 72. RGB value is (114,163,114). Sum of RGB (Red+Green+Blue) = 114+163+114=391 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.16% from 391); Green value is 163 (64.06% from 255 or 41.69% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 163 - color contains mainly: green. Hex color #72A372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A372 is #8D5C8D. Grayscale: #8E8E8E. Windows color (decimal): -9264270 or 7512946. OLE color: 7512946.

HSL color Cylindrical-coordinate representation of color #72A372: hue angle of 120º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #72A372 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB114163114-
CMYK0.3000.300.36
HSL120º21.03%54.31%-
HSV(B)120º30.06%63.92%-
XYZ23.0730.9920.68-
YUV142.76111.77107.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.16%
GREEN value IS 163 (64.06% from 255) = 41.69%
BLUE value IS 114 (44.92% from 255) = 29.16%
R=29.16%
G=41.69%
B=29.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1141631140.3000.300.3612021.0354.31
Hex72A3721E01E24781536
Octal16224316236036441702566
Binary111001010100011111001011110011110100100111100010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72A372; }

 p { color: rgb(114,163,114); }

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

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

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

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

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

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

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