#72A983

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

Shades of Bay Leaf #72A983

Tints of Bay Leaf #72A983

Color information

#72A983 (or 0x72A983) is unknown color: approx Bay Leaf. HEX triplet: 72, A9 and 83. RGB value is (114,169,131). Sum of RGB (Red+Green+Blue) = 114+169+131=414 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.54% from 414); Green value is 169 (66.41% from 255 or 40.82% from 414); Blue value is 131 (51.56% from 255 or 31.64% from 414); Max value from RGB is 169 - color contains mainly: green. Hex color #72A983 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A983 is #8D567C. Grayscale: #949494. Windows color (decimal): -9262717 or 8628594. OLE color: 8628594.

HSL color Cylindrical-coordinate representation of color #72A983: hue angle of 138.55º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #72A983 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.34.

Color convert

RGB114169131-
CMYK0.3300.220.34
HSL138.55º24.23%55.49%-
HSV(B)138.55º32.54%66.27%-
XYZ25.2233.5926.63-
YUV148.22118.28103.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.54%
GREEN value IS 169 (66.41% from 255) = 40.82%
BLUE value IS 131 (51.56% from 255) = 31.64%
R=27.54%
G=40.82%
B=31.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1141691310.3300.220.34138.5524.2355.49
Hex72A98321016228b1837
Octal16225120341026422133067
Binary111001010101001100000111000010101101000101000101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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