#77C78E

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

Shades of Bay Leaf #77C78E

Tints of Bay Leaf #77C78E

Color information

#77C78E (or 0x77C78E) is unknown color: approx Bay Leaf. HEX triplet: 77, C7 and 8E. RGB value is (119,199,142). Sum of RGB (Red+Green+Blue) = 119+199+142=460 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.87% from 460); Green value is 199 (78.12% from 255 or 43.26% from 460); Blue value is 142 (55.86% from 255 or 30.87% from 460); Max value from RGB is 199 - color contains mainly: green. Hex color #77C78E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C78E is #883871. Grayscale: #A8A8A8. Windows color (decimal): -8927346 or 9357175. OLE color: 9357175.

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

Color convert

RGB119199142-
CMYK0.4000.290.22
HSL137.25º41.67%62.35%-
HSV(B)137.25º40.2%78.04%-
XYZ32.9146.7232.87-
YUV168.5811392.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.87%
GREEN value IS 199 (78.12% from 255) = 43.26%
BLUE value IS 142 (55.86% from 255) = 30.87%
R=25.87%
G=43.26%
B=30.87%

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
Decimal1191991420.4000.290.22137.2541.6762.35
Hex77C78E2801D16892a3e
Octal16730721650035262115276
Binary111011111000111100011101010000111011011010001001101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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