Html Css Color HEX #72A989 Bay Leaf

📋 copy color: '#72A989'

red 114 ◦ green 169 ◦ blue 137

#72A989
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bay Leaf #72A989

Tints of Bay Leaf #72A989

RGB

 RED value IS 114 (44.92% from 255) = 27.14%

 GREEN value IS 169 (66.41% from 255) = 40.24%

 BLUE value IS 137 (53.91% from 255) = 32.62%

R = 27.14%
G = 40.24%
B = 32.62%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.19

 K value IS 0.34

RGB Variations

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

Color information

#72A989 (or 0x72A989) is known color: Bay Leaf. HEX triplet: 72, A9 and 89. RGB value is (114,169,137). Sum of RGB (Red+Green+Blue) = 114+169+137=420 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.14% from 420); Green value is 169 (66.41% from 255 or 40.24% from 420); Blue value is 137 (53.91% from 255 or 32.62% from 420); Max value from RGB is 169 - color contains mainly: green. Hex color #72A989 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A989 is #8D5676. Grayscale: #949494. Windows color (decimal): -9262711 or 9021810. OLE color: 9021810.

HSL color Cylindrical-coordinate representation of color #72A989: hue angle of 145.09º 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 #72A989 is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.34.

Color convert

RGB 114 169 137 -
CMYK 0.33 0 0.19 0.34
HSL 145.09º 0.24% 0.55% -
HSV(B) 145.09º 0.33% 0.66% -
XYZ 25.64 33.76 28.83 -
YUV 148.91 121.28 103.1 -
System Red Green Blue C M Y K H S L
Decimal 114 169 137 0.33 0 0.19 0.34 145.09 0.24 0.55
Hex 72 A9 89 21 0 13 22 91 18 37
Octal 162 251 211 41 0 23 42 221 30 67
Binary 1110010 10101001 10001001 100001 0 10011 100010 10010001 11000 110111

Color Harmonies of #72A989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A989

Black with #72A989

Text Example


Text Example

White with #72A989

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #72A989;
 }
 .AnyTagClassName
 {
   color: #72A989;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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