#77C68E

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

Shades of Bay Leaf #77C68E

Tints of Bay Leaf #77C68E

Color information

#77C68E (or 0x77C68E) is unknown color: approx Bay Leaf. HEX triplet: 77, C6 and 8E. RGB value is (119,198,142). Sum of RGB (Red+Green+Blue) = 119+198+142=459 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.93% from 459); Green value is 198 (77.73% from 255 or 43.14% from 459); Blue value is 142 (55.86% from 255 or 30.94% from 459); Max value from RGB is 198 - color contains mainly: green. Hex color #77C68E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C68E is #883971. Grayscale: #A8A8A8. Windows color (decimal): -8927602 or 9356919. OLE color: 9356919.

HSL color Cylindrical-coordinate representation of color #77C68E: hue angle of 137.47º 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 #77C68E is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB119198142-
CMYK0.4000.280.22
HSL137.47º40.93%62.16%-
HSV(B)137.47º39.9%77.65%-
XYZ32.6846.2632.8-
YUV167.99113.3393.05-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.93%
GREEN value IS 198 (77.73% from 255) = 43.14%
BLUE value IS 142 (55.86% from 255) = 30.94%
R=25.93%
G=43.14%
B=30.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1191981420.4000.280.22137.4740.9362.16
Hex77C68E2801C1689293e
Octal16730621650034262115176
Binary111011111000110100011101010000111001011010001001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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