#77A483

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

Shades of Bay Leaf #77A483

Tints of Bay Leaf #77A483

Color information

#77A483 (or 0x77A483) is unknown color: approx Bay Leaf. HEX triplet: 77, A4 and 83. RGB value is (119,164,131). Sum of RGB (Red+Green+Blue) = 119+164+131=414 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.74% from 414); Green value is 164 (64.45% from 255 or 39.61% from 414); Blue value is 131 (51.56% from 255 or 31.64% from 414); Max value from RGB is 164 - color contains mainly: green. Hex color #77A483 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A483 is #885B7C. Grayscale: #929292. Windows color (decimal): -8936317 or 8627319. OLE color: 8627319.

HSL color Cylindrical-coordinate representation of color #77A483: hue angle of 136º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #77A483 is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB119164131-
CMYK0.2700.200.36
HSL136º19.82%55.49%-
HSV(B)136º27.44%64.31%-
XYZ24.9832.1126.35-
YUV146.78119.09108.18-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.74%
GREEN value IS 164 (64.45% from 255) = 39.61%
BLUE value IS 131 (51.56% from 255) = 31.64%
R=28.74%
G=39.61%
B=31.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1191641310.2700.200.3613619.8255.49
Hex77A4831B01424881437
Octal16724420333024442102467
Binary11101111010010010000011110110101001001001000100010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,164,131); }

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

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

 a { background-color: rgb(119,164,131); }

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

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

 span { border-color: rgb(119,164,131); }

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