#78BC85

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

Shades of Bay Leaf #78BC85

Tints of Bay Leaf #78BC85

Color information

#78BC85 (or 0x78BC85) is unknown color: approx Bay Leaf. HEX triplet: 78, BC and 85. RGB value is (120,188,133). Sum of RGB (Red+Green+Blue) = 120+188+133=441 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.21% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 133 (52.34% from 255 or 30.16% from 441); Max value from RGB is 188 - color contains mainly: green. Hex color #78BC85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BC85 is #87437A. Grayscale: #A1A1A1. Windows color (decimal): -8864635 or 8764536. OLE color: 8764536.

HSL color Cylindrical-coordinate representation of color #78BC85: hue angle of 131.47º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #78BC85 is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB120188133-
CMYK0.3600.290.26
HSL131.47º33.66%60.39%-
HSV(B)131.47º36.17%73.73%-
XYZ29.9641.6528.65-
YUV161.4111.9798.47-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.21%
GREEN value IS 188 (73.83% from 255) = 42.63%
BLUE value IS 133 (52.34% from 255) = 30.16%
R=27.21%
G=42.63%
B=30.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1201881330.3600.290.26131.4733.6660.39
Hex78BC852401D1A83223c
Octal17027420544035322034274
Binary111100010111100100001011001000111011101010000011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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