#72BE82

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

Shades of Bay Leaf #72BE82

Tints of Bay Leaf #72BE82

Color information

#72BE82 (or 0x72BE82) is unknown color: approx Bay Leaf. HEX triplet: 72, BE and 82. RGB value is (114,190,130). Sum of RGB (Red+Green+Blue) = 114+190+130=434 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.27% from 434); Green value is 190 (74.61% from 255 or 43.78% from 434); Blue value is 130 (51.17% from 255 or 29.95% from 434); Max value from RGB is 190 - color contains mainly: green. Hex color #72BE82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BE82 is #8D417D. Grayscale: #A0A0A0. Windows color (decimal): -9257342 or 8568434. OLE color: 8568434.

HSL color Cylindrical-coordinate representation of color #72BE82: hue angle of 132.63º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72BE82 is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB114190130-
CMYK0.4000.320.25
HSL132.63º36.89%59.61%-
HSV(B)132.63º40%74.51%-
XYZ29.3842.0227.68-
YUV160.44110.8294.88-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.27%
GREEN value IS 190 (74.61% from 255) = 43.78%
BLUE value IS 130 (51.17% from 255) = 29.95%
R=26.27%
G=43.78%
B=29.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141901300.4000.320.25132.6336.8959.61
Hex72BE82280201985253c
Octal16227620250040312054574
Binary1110010101111101000001010100001000001100110000101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,190,130); }

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

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

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

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

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

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

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