Html Css Color HEX #76AB89 Bay Leaf

📋 copy color: '#76AB89'

red 118 ◦ green 171 ◦ blue 137

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

Shades of Bay Leaf #76AB89

Tints of Bay Leaf #76AB89

RGB

 RED value IS 118 (46.48% from 255) = 27.7%

 GREEN value IS 171 (67.19% from 255) = 40.14%

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

R = 27.7%
G = 40.14%
B = 32.16%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#76AB89 (or 0x76AB89) is known color: Bay Leaf. HEX triplet: 76, AB and 89. RGB value is (118,171,137). Sum of RGB (Red+Green+Blue) = 118+171+137=426 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.70% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 137 (53.91% from 255 or 32.16% from 426); Max value from RGB is 171 - color contains mainly: green. Hex color #76AB89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AB89 is #895476. Grayscale: #979797. Windows color (decimal): -9000055 or 9022326. OLE color: 9022326.

HSL color Cylindrical-coordinate representation of color #76AB89: hue angle of 141.51º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #76AB89 is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 171 137 -
CMYK 0.31 0 0.20 0.33
HSL 141.51º 0.24% 0.57% -
HSV(B) 141.51º 0.31% 0.67% -
XYZ 26.55 34.78 28.98 -
YUV 151.28 119.94 104.26 -
System Red Green Blue C M Y K H S L
Decimal 118 171 137 0.31 0 0.20 0.33 141.51 0.24 0.57
Hex 76 AB 89 1F 0 14 21 8E 18 39
Octal 166 253 211 37 0 24 41 216 30 71
Binary 1110110 10101011 10001001 11111 0 10100 100001 10001110 11000 111001

Color Harmonies of #76AB89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AB89

Black with #76AB89

Text Example


Text Example

White with #76AB89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76AB89; }

 p { color: rgb(118,171,137); }

 H1.HeaderClassName
 {
   color: #76AB89;
 }
 .AnyTagClassName
 {
   color: #76AB89;
 }
</style>

background-color css

<style>
 a { background-color: #76AB89; }

 a { background-color: rgb(118,171,137); }

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

border-color css

<style>
 span { border-color: #76AB89; }

 span { border-color: rgb(118,171,137); }

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