#72AF82

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

Shades of Bay Leaf #72AF82

Tints of Bay Leaf #72AF82

Color information

#72AF82 (or 0x72AF82) is unknown color: approx Bay Leaf. HEX triplet: 72, AF and 82. RGB value is (114,175,130). Sum of RGB (Red+Green+Blue) = 114+175+130=419 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.21% from 419); Green value is 175 (68.75% from 255 or 41.77% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 175 - color contains mainly: green. Hex color #72AF82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AF82 is #8D507D. Grayscale: #979797. Windows color (decimal): -9261182 or 8564594. OLE color: 8564594.

HSL color Cylindrical-coordinate representation of color #72AF82: hue angle of 135.74º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #72AF82 is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB114175130-
CMYK0.3500.260.31
HSL135.74º27.6%56.67%-
HSV(B)135.74º34.86%68.63%-
XYZ26.335.8526.65-
YUV151.63115.79101.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.21%
GREEN value IS 175 (68.75% from 255) = 41.77%
BLUE value IS 130 (51.17% from 255) = 31.03%
R=27.21%
G=41.77%
B=31.03%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1141751300.3500.260.31135.7427.656.67
Hex72AF822301A1F881c39
Octal16225720243032372103471
Binary11100101010111110000010100011011010111111000100011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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