#72C585

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

Shades of Bay Leaf #72C585

Tints of Bay Leaf #72C585

Color information

#72C585 (or 0x72C585) is unknown color: approx Bay Leaf. HEX triplet: 72, C5 and 85. RGB value is (114,197,133). Sum of RGB (Red+Green+Blue) = 114+197+133=444 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.68% from 444); Green value is 197 (77.34% from 255 or 44.37% from 444); Blue value is 133 (52.34% from 255 or 29.95% from 444); Max value from RGB is 197 - color contains mainly: green. Hex color #72C585 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72C585 is #8D3A7A. Grayscale: #A5A5A5. Windows color (decimal): -9255547 or 8766834. OLE color: 8766834.

HSL color Cylindrical-coordinate representation of color #72C585: hue angle of 133.73º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #72C585 is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB114197133-
CMYK0.4200.320.23
HSL133.73º41.71%60.98%-
HSV(B)133.73º42.13%77.25%-
XYZ31.1445.229.27-
YUV164.8911091.7-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.68%
GREEN value IS 197 (77.34% from 255) = 44.37%
BLUE value IS 133 (52.34% from 255) = 29.95%
R=25.68%
G=44.37%
B=29.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1141971330.4200.320.23133.7341.7160.98
Hex72C5852A02017862a3d
Octal16230520552040272065275
Binary1110010110001011000010110101001000001011110000110101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,197,133); }

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

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

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

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

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

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

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