#78C78E

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

Shades of Bay Leaf #78C78E

Tints of Bay Leaf #78C78E

Color information

#78C78E (or 0x78C78E) is unknown color: approx Bay Leaf. HEX triplet: 78, C7 and 8E. RGB value is (120,199,142). Sum of RGB (Red+Green+Blue) = 120+199+142=461 (61% of max value = 765). Red value is 120 (47.27% from 255 or 26.03% from 461); Green value is 199 (78.12% from 255 or 43.17% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 199 - color contains mainly: green. Hex color #78C78E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C78E is #873871. Grayscale: #A9A9A9. Windows color (decimal): -8861810 or 9357176. OLE color: 9357176.

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

Color convert

RGB120199142-
CMYK0.4000.290.22
HSL136.71º41.36%62.55%-
HSV(B)136.71º39.7%78.04%-
XYZ33.0546.7932.88-
YUV168.88112.8393.13-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.03%
GREEN value IS 199 (78.12% from 255) = 43.17%
BLUE value IS 142 (55.86% from 255) = 30.80%
R=26.03%
G=43.17%
B=30.80%

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
Decimal1201991420.4000.290.22136.7141.3662.55
Hex78C78E2801D1689293f
Octal17030721650035262115177
Binary111100011000111100011101010000111011011010001001101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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