#72BB83

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

Shades of Bay Leaf #72BB83

Tints of Bay Leaf #72BB83

Color information

#72BB83 (or 0x72BB83) is unknown color: approx Bay Leaf. HEX triplet: 72, BB and 83. RGB value is (114,187,131). Sum of RGB (Red+Green+Blue) = 114+187+131=432 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.39% from 432); Green value is 187 (73.44% from 255 or 43.29% from 432); Blue value is 131 (51.56% from 255 or 30.32% from 432); Max value from RGB is 187 - color contains mainly: green. Hex color #72BB83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BB83 is #8D447C. Grayscale: #9E9E9E. Windows color (decimal): -9258109 or 8633202. OLE color: 8633202.

HSL color Cylindrical-coordinate representation of color #72BB83: hue angle of 133.97º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72BB83 is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB114187131-
CMYK0.3900.300.27
HSL133.97º34.93%59.02%-
HSV(B)133.97º39.04%73.33%-
XYZ28.8140.7627.82-
YUV158.79112.3296.05-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.39%
GREEN value IS 187 (73.44% from 255) = 43.29%
BLUE value IS 131 (51.56% from 255) = 30.32%
R=26.39%
G=43.29%
B=30.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1141871310.3900.300.27133.9734.9359.02
Hex72BB832701E1B86233b
Octal16227320347036332064373
Binary111001010111011100000111001110111101101110000110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,187,131); }

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

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

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

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

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

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

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