#77c68c

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

Shades of Bay Leaf #77C68C

Tints of Bay Leaf #77C68C

Color information

#77C68C (or 0x77C68C) is unknown color: approx Bay Leaf. HEX triplet: 77, C6 and 8C. RGB value is (119,198,140). Sum of RGB (Red+Green+Blue) = 119+198+140=457 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.04% from 457); Green value is 198 (77.73% from 255 or 43.33% from 457); Blue value is 140 (55.08% from 255 or 30.63% from 457); Max value from RGB is 198 - color contains mainly: green. Hex color #77C68C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C68C is #883973. Grayscale: #A7A7A7. Windows color (decimal): -8927604 or 9225847. OLE color: 9225847.

HSL color Cylindrical-coordinate representation of color #77C68C: hue angle of 135.95º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #77C68C is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB119198140-
CMYK0.4000.290.22
HSL135.95º40.93%62.16%-
HSV(B)135.95º39.9%77.65%-
XYZ32.5446.232.01-
YUV167.77112.3393.22-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.04%
GREEN value IS 198 (77.73% from 255) = 43.33%
BLUE value IS 140 (55.08% from 255) = 30.63%
R=26.04%
G=43.33%
B=30.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1191981400.4000.290.22135.9540.9362.16
Hex77C68C2801D1688293e
Octal16730621450035262105176
Binary111011111000110100011001010000111011011010001000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77c68c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,198,140); }

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

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

 a { background-color: rgb(119,198,140); }

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

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

 span { border-color: rgb(119,198,140); }

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