#78B884

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

Shades of Bay Leaf #78B884

Tints of Bay Leaf #78B884

Color information

#78B884 (or 0x78B884) is unknown color: approx Bay Leaf. HEX triplet: 78, B8 and 84. RGB value is (120,184,132). Sum of RGB (Red+Green+Blue) = 120+184+132=436 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.52% from 436); Green value is 184 (72.27% from 255 or 42.20% from 436); Blue value is 132 (51.95% from 255 or 30.28% from 436); Max value from RGB is 184 - color contains mainly: green. Hex color #78B884 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B884 is #87477B. Grayscale: #9F9F9F. Windows color (decimal): -8865660 or 8697976. OLE color: 8697976.

HSL color Cylindrical-coordinate representation of color #78B884: hue angle of 131.25º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #78B884 is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB120184132-
CMYK0.3500.280.28
HSL131.25º31.07%59.61%-
HSV(B)131.25º34.78%72.16%-
XYZ29.0539.9428.01-
YUV158.94112.8100.23-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.52%
GREEN value IS 184 (72.27% from 255) = 42.20%
BLUE value IS 132 (51.95% from 255) = 30.28%
R=27.52%
G=42.20%
B=30.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1201841320.3500.280.28131.2531.0759.61
Hex78B8842301C1C831f3c
Octal17027020443034342033774
Binary11110001011100010000100100011011100111001000001111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,184,132); }

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

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

 a { background-color: rgb(120,184,132); }

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

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

 span { border-color: rgb(120,184,132); }

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