#78B087

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

Shades of Bay Leaf #78B087

Tints of Bay Leaf #78B087

Color information

#78B087 (or 0x78B087) is unknown color: approx Bay Leaf. HEX triplet: 78, B0 and 87. RGB value is (120,176,135). Sum of RGB (Red+Green+Blue) = 120+176+135=431 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.84% from 431); Green value is 176 (69.14% from 255 or 40.84% from 431); Blue value is 135 (53.12% from 255 or 31.32% from 431); Max value from RGB is 176 - color contains mainly: green. Hex color #78B087 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78B087 is #874F78. Grayscale: #9A9A9A. Windows color (decimal): -8867705 or 8892536. OLE color: 8892536.

HSL color Cylindrical-coordinate representation of color #78B087: hue angle of 136.07º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #78B087 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB120176135-
CMYK0.3200.230.31
HSL136.07º26.17%58.04%-
HSV(B)136.07º31.82%69.02%-
XYZ27.6436.7928.57-
YUV154.58116.95103.33-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.84%
GREEN value IS 176 (69.14% from 255) = 40.84%
BLUE value IS 135 (53.12% from 255) = 31.32%
R=27.84%
G=40.84%
B=31.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1201761350.3200.230.31136.0726.1758.04
Hex78B087200171F881a3a
Octal17026020740027372103272
Binary11110001011000010000111100000010111111111000100011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,176,135); }

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

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

 a { background-color: rgb(120,176,135); }

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

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

 span { border-color: rgb(120,176,135); }

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