#78B985

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

Shades of Bay Leaf #78B985

Tints of Bay Leaf #78B985

Color information

#78B985 (or 0x78B985) is unknown color: approx Bay Leaf. HEX triplet: 78, B9 and 85. RGB value is (120,185,133). Sum of RGB (Red+Green+Blue) = 120+185+133=438 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.40% from 438); Green value is 185 (72.66% from 255 or 42.24% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 185 - color contains mainly: green. Hex color #78B985 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B985 is #87467A. Grayscale: #9F9F9F. Windows color (decimal): -8865403 or 8763768. OLE color: 8763768.

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

Color convert

RGB120185133-
CMYK0.3500.280.27
HSL132º31.71%59.8%-
HSV(B)132º35.14%72.55%-
XYZ29.3340.3828.44-
YUV159.64112.9799.73-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.40%
GREEN value IS 185 (72.66% from 255) = 42.24%
BLUE value IS 133 (52.34% from 255) = 30.37%
R=27.40%
G=42.24%
B=30.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1201851330.3500.280.2713231.7159.8
Hex78B9852301C1B84203c
Octal17027120543034332044074
Binary111100010111001100001011000110111001101110000100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,185,133); }

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

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

 a { background-color: rgb(120,185,133); }

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

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

 span { border-color: rgb(120,185,133); }

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