Html Css Color HEX #77AE89 Bay Leaf

📋 copy color: '#77AE89'

red 119 ◦ green 174 ◦ blue 137

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

Shades of Bay Leaf #77AE89

Tints of Bay Leaf #77AE89

RGB

 RED value IS 119 (46.88% from 255) = 27.67%

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

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

R = 27.67%
G = 40.47%
B = 31.86%

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

#77AE89 (or 0x77AE89) is known color: Bay Leaf. HEX triplet: 77, AE and 89. RGB value is (119,174,137). Sum of RGB (Red+Green+Blue) = 119+174+137=430 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.67% from 430); Green value is 174 (68.36% from 255 or 40.47% from 430); Blue value is 137 (53.91% from 255 or 31.86% from 430); Max value from RGB is 174 - color contains mainly: green. Hex color #77AE89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AE89 is #885176. Grayscale: #999999. Windows color (decimal): -8933751 or 9023095. OLE color: 9023095.

HSL color Cylindrical-coordinate representation of color #77AE89: hue angle of 139.64º degrees, saturation: 0.25, 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 #77AE89 is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB 119 174 137 -
CMYK 0.32 0 0.21 0.32
HSL 139.64º 0.25% 0.57% -
HSV(B) 139.64º 0.32% 0.68% -
XYZ 27.26 36 29.18 -
YUV 153.34 118.78 103.51 -
System Red Green Blue C M Y K H S L
Decimal 119 174 137 0.32 0 0.21 0.32 139.64 0.25 0.57
Hex 77 AE 89 20 0 15 20 8C 19 39
Octal 167 256 211 40 0 25 40 214 31 71
Binary 1110111 10101110 10001001 100000 0 10101 100000 10001100 11001 111001

Color Harmonies of #77AE89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AE89

Black with #77AE89

Text Example


Text Example

White with #77AE89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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