#77B982

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

Shades of Bay Leaf #77B982

Tints of Bay Leaf #77B982

Color information

#77B982 (or 0x77B982) is unknown color: approx Bay Leaf. HEX triplet: 77, B9 and 82. RGB value is (119,185,130). Sum of RGB (Red+Green+Blue) = 119+185+130=434 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.42% from 434); Green value is 185 (72.66% from 255 or 42.63% from 434); Blue value is 130 (51.17% from 255 or 29.95% from 434); Max value from RGB is 185 - color contains mainly: green. Hex color #77B982 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77B982 is #88467D. Grayscale: #9F9F9F. Windows color (decimal): -8930942 or 8567159. OLE color: 8567159.

HSL color Cylindrical-coordinate representation of color #77B982: hue angle of 130º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #77B982 is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB119185130-
CMYK0.3600.300.27
HSL130º32.04%59.61%-
HSV(B)130º35.68%72.55%-
XYZ28.9940.2327.36-
YUV159111.6399.47-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.42%
GREEN value IS 185 (72.66% from 255) = 42.63%
BLUE value IS 130 (51.17% from 255) = 29.95%
R=27.42%
G=42.63%
B=29.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1191851300.3600.300.2713032.0459.61
Hex77B9822401E1B82203c
Octal16727120244036332024074
Binary111011110111001100000101001000111101101110000010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,185,130); }

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

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

 a { background-color: rgb(119,185,130); }

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

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

 span { border-color: rgb(119,185,130); }

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