#78C98E

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

Shades of Bay Leaf #78C98E

Tints of Bay Leaf #78C98E

Color information

#78C98E (or 0x78C98E) is unknown color: approx Bay Leaf. HEX triplet: 78, C9 and 8E. RGB value is (120,201,142). Sum of RGB (Red+Green+Blue) = 120+201+142=463 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.92% from 463); Green value is 201 (78.91% from 255 or 43.41% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 201 - color contains mainly: green. Hex color #78C98E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C98E is #873671. Grayscale: #AAAAAA. Windows color (decimal): -8861298 or 9357688. OLE color: 9357688.

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

Color convert

RGB120201142-
CMYK0.4000.290.21
HSL136.3º42.86%62.94%-
HSV(B)136.3º40.3%78.82%-
XYZ33.5147.7233.04-
YUV170.05112.1692.3-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.92%
GREEN value IS 201 (78.91% from 255) = 43.41%
BLUE value IS 142 (55.86% from 255) = 30.67%
R=25.92%
G=43.41%
B=30.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1202011420.4000.290.21136.342.8662.94
Hex78C98E2801D15882b3f
Octal17031121650035252105377
Binary111100011001001100011101010000111011010110001000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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