#78B17F

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

Shades of Bay Leaf #78B17F

Tints of Bay Leaf #78B17F

Color information

#78B17F (or 0x78B17F) is unknown color: approx Bay Leaf. HEX triplet: 78, B1 and 7F. RGB value is (120,177,127). Sum of RGB (Red+Green+Blue) = 120+177+127=424 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.30% from 424); Green value is 177 (69.53% from 255 or 41.75% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 177 - color contains mainly: green. Hex color #78B17F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78B17F is #874E80. Grayscale: #9A9A9A. Windows color (decimal): -8867457 or 8368504. OLE color: 8368504.

HSL color Cylindrical-coordinate representation of color #78B17F: hue angle of 127.37º degrees, saturation: 0.27, 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 #78B17F is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB120177127-
CMYK0.3200.280.31
HSL127.37º26.76%58.24%-
HSV(B)127.37º32.2%69.41%-
XYZ27.336.9725.78-
YUV154.26112.62103.57-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.30%
GREEN value IS 177 (69.53% from 255) = 41.75%
BLUE value IS 127 (50% from 255) = 29.95%
R=28.30%
G=41.75%
B=29.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1201771270.3200.280.31127.3726.7658.24
Hex78B17F2001C1F7f1b3a
Octal17026117740034371773372
Binary111100010110001111111110000001110011111111111111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,177,127); }

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

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

 a { background-color: rgb(120,177,127); }

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

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

 span { border-color: rgb(120,177,127); }

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