#72A889

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

Shades of Bay Leaf #72A889

Tints of Bay Leaf #72A889

Color information

#72A889 (or 0x72A889) is unknown color: approx Bay Leaf. HEX triplet: 72, A8 and 89. RGB value is (114,168,137). Sum of RGB (Red+Green+Blue) = 114+168+137=419 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.21% from 419); Green value is 168 (66.02% from 255 or 40.10% from 419); Blue value is 137 (53.91% from 255 or 32.70% from 419); Max value from RGB is 168 - color contains mainly: green. Hex color #72A889 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A889 is #8D5776. Grayscale: #949494. Windows color (decimal): -9262967 or 9021554. OLE color: 9021554.

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

Color convert

RGB114168137-
CMYK0.3200.180.34
HSL145.56º23.68%55.29%-
HSV(B)145.56º32.14%65.88%-
XYZ25.4633.3928.77-
YUV148.32121.61103.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.21%
GREEN value IS 168 (66.02% from 255) = 40.10%
BLUE value IS 137 (53.91% from 255) = 32.70%
R=27.21%
G=40.10%
B=32.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1141681370.3200.180.34145.5623.6855.29
Hex72A8892001222921837
Octal16225021140022422223067
Binary111001010101000100010011000000100101000101001001011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,168,137); }

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

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

 a { background-color: rgb(114,168,137); }

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

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

 span { border-color: rgb(114,168,137); }

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