#78C88D

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

Shades of Bay Leaf #78C88D

Tints of Bay Leaf #78C88D

Color information

#78C88D (or 0x78C88D) is unknown color: approx Bay Leaf. HEX triplet: 78, C8 and 8D. RGB value is (120,200,141). Sum of RGB (Red+Green+Blue) = 120+200+141=461 (61% of max value = 765). Red value is 120 (47.27% from 255 or 26.03% from 461); Green value is 200 (78.52% from 255 or 43.38% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 200 - color contains mainly: green. Hex color #78C88D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C88D is #873772. Grayscale: #A9A9A9. Windows color (decimal): -8861555 or 9291896. OLE color: 9291896.

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

Color convert

RGB120200141-
CMYK0.400.290.22
HSL135.75º42.11%62.75%-
HSV(B)135.75º40%78.43%-
XYZ33.2147.2232.56-
YUV169.3511292.8-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.03%
GREEN value IS 200 (78.52% from 255) = 43.38%
BLUE value IS 141 (55.47% from 255) = 30.59%
R=26.03%
G=43.38%
B=30.59%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1202001410.400.290.22135.7542.1162.75
Hex78C88D2801D16882a3f
Octal17031021550035262105277
Binary111100011001000100011011010000111011011010001000101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,200,141); }

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

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

 a { background-color: rgb(120,200,141); }

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

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

 span { border-color: rgb(120,200,141); }

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