#72AF81

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

Shades of Bay Leaf #72AF81

Tints of Bay Leaf #72AF81

Color information

#72AF81 (or 0x72AF81) is unknown color: approx Bay Leaf. HEX triplet: 72, AF and 81. RGB value is (114,175,129). Sum of RGB (Red+Green+Blue) = 114+175+129=418 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.27% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 129 (50.78% from 255 or 30.86% from 418); Max value from RGB is 175 - color contains mainly: green. Hex color #72AF81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AF81 is #8D507E. Grayscale: #979797. Windows color (decimal): -9261183 or 8499058. OLE color: 8499058.

HSL color Cylindrical-coordinate representation of color #72AF81: hue angle of 134.75º 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 #72AF81 is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB114175129-
CMYK0.3500.260.31
HSL134.75º27.6%56.67%-
HSV(B)134.75º34.86%68.63%-
XYZ26.2335.8226.3-
YUV151.52115.29101.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.27%
GREEN value IS 175 (68.75% from 255) = 41.87%
BLUE value IS 129 (50.78% from 255) = 30.86%
R=27.27%
G=41.87%
B=30.86%

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
Decimal1141751290.3500.260.31134.7527.656.67
Hex72AF812301A1F871c39
Octal16225720143032372073471
Binary11100101010111110000001100011011010111111000011111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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