#78B315

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

Shades of Lima #78B315

Tints of Lima #78B315

Color information

#78B315 (or 0x78B315) is unknown color: approx Lima. HEX triplet: 78, B3 and 15. RGB value is (120,179,21). Sum of RGB (Red+Green+Blue) = 120+179+21=320 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.5% from 320); Green value is 179 (70.31% from 255 or 55.94% from 320); Blue value is 21 (8.59% from 255 or 6.56% from 320); Max value from RGB is 179 - color contains mainly: green. Hex color #78B315 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78B315 is #874CEA. Grayscale: #8F8F8F. Windows color (decimal): -8867051 or 1422200. OLE color: 1422200.

HSL color Cylindrical-coordinate representation of color #78B315: hue angle of 82.41º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #78B315 is Cyan = 0.33, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB12017921-
CMYK0.3300.880.30
HSL82.41º79%39.22%-
HSV(B)82.41º88.27%70.2%-
XYZ2436.296.45-
YUV143.3558.95111.35-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.5%
GREEN value IS 179 (70.31% from 255) = 55.94%
BLUE value IS 21 (8.59% from 255) = 6.56%
R=37.5%
G=55.94%
B=6.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal120179210.3300.880.3082.417939.22
Hex78B315210581E524f27
Octal170263254101303612211747
Binary11110001011001110101100001010110001111010100101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,179,21); }

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

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

 a { background-color: rgb(120,179,21); }

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

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

 span { border-color: rgb(120,179,21); }

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