#77B17D

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

Shades of Bay Leaf #77B17D

Tints of Bay Leaf #77B17D

Color information

#77B17D (or 0x77B17D) is unknown color: approx Bay Leaf. HEX triplet: 77, B1 and 7D. RGB value is (119,177,125). Sum of RGB (Red+Green+Blue) = 119+177+125=421 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.27% from 421); Green value is 177 (69.53% from 255 or 42.04% from 421); Blue value is 125 (49.22% from 255 or 29.69% from 421); Max value from RGB is 177 - color contains mainly: green. Hex color #77B17D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77B17D is #884E82. Grayscale: #999999. Windows color (decimal): -8932995 or 8237431. OLE color: 8237431.

HSL color Cylindrical-coordinate representation of color #77B17D: hue angle of 126.21º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #77B17D is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB119177125-
CMYK0.3300.290.31
HSL126.21º27.1%58.04%-
HSV(B)126.21º32.77%69.41%-
XYZ27.0336.8525.09-
YUV153.73111.78103.23-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.27%
GREEN value IS 177 (69.53% from 255) = 42.04%
BLUE value IS 125 (49.22% from 255) = 29.69%
R=28.27%
G=42.04%
B=29.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1191771250.3300.290.31126.2127.158.04
Hex77B17D2101D1F7e1b3a
Octal16726117541035371763372
Binary111011110110001111110110000101110111111111111011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,177,125); }

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

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

 a { background-color: rgb(119,177,125); }

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

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

 span { border-color: rgb(119,177,125); }

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