Html Css Color HEX #76AE89 Bay Leaf

📋 copy color: '#76AE89'

red 118 ◦ green 174 ◦ blue 137

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

Shades of Bay Leaf #76AE89

Tints of Bay Leaf #76AE89

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.56%

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

R = 27.51%
G = 40.56%
B = 31.93%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#76AE89 (or 0x76AE89) is known color: Bay Leaf. HEX triplet: 76, AE and 89. RGB value is (118,174,137). Sum of RGB (Red+Green+Blue) = 118+174+137=429 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.51% from 429); Green value is 174 (68.36% from 255 or 40.56% from 429); Blue value is 137 (53.91% from 255 or 31.93% from 429); Max value from RGB is 174 - color contains mainly: green. Hex color #76AE89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AE89 is #895176. Grayscale: #999999. Windows color (decimal): -8999287 or 9023094. OLE color: 9023094.

HSL color Cylindrical-coordinate representation of color #76AE89: hue angle of 140.36º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #76AE89 is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 174 137 -
CMYK 0.32 0 0.21 0.32
HSL 140.36º 0.26% 0.57% -
HSV(B) 140.36º 0.32% 0.68% -
XYZ 27.12 35.93 29.17 -
YUV 153.04 118.95 103.01 -
System Red Green Blue C M Y K H S L
Decimal 118 174 137 0.32 0 0.21 0.32 140.36 0.26 0.57
Hex 76 AE 89 20 0 15 20 8C 1A 39
Octal 166 256 211 40 0 25 40 214 32 71
Binary 1110110 10101110 10001001 100000 0 10101 100000 10001100 11010 111001

Color Harmonies of #76AE89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AE89

Black with #76AE89

Text Example


Text Example

White with #76AE89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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