#72C084

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

Shades of Bay Leaf #72C084

Tints of Bay Leaf #72C084

Color information

#72C084 (or 0x72C084) is unknown color: approx Bay Leaf. HEX triplet: 72, C0 and 84. RGB value is (114,192,132). Sum of RGB (Red+Green+Blue) = 114+192+132=438 (58% of max value = 765). Red value is 114 (44.92% from 255 or 26.03% from 438); Green value is 192 (75.39% from 255 or 43.84% from 438); Blue value is 132 (51.95% from 255 or 30.14% from 438); Max value from RGB is 192 - color contains mainly: green. Hex color #72C084 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72C084 is #8D3F7B. Grayscale: #A2A2A2. Windows color (decimal): -9256828 or 8700018. OLE color: 8700018.

HSL color Cylindrical-coordinate representation of color #72C084: hue angle of 133.85º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #72C084 is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB114192132-
CMYK0.4100.310.25
HSL133.85º38.24%60%-
HSV(B)133.85º40.62%75.29%-
XYZ29.9542.9428.54-
YUV161.84111.1693.88-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.03%
GREEN value IS 192 (75.39% from 255) = 43.84%
BLUE value IS 132 (51.95% from 255) = 30.14%
R=26.03%
G=43.84%
B=30.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141921320.4100.310.25133.8538.2460
Hex72C0842901F1986263c
Octal16230020451037312064674
Binary111001011000000100001001010010111111100110000110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,192,132); }

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

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

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

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

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

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

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