#78B91A

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

Shades of Lima #78B91A

Tints of Lima #78B91A

Color information

#78B91A (or 0x78B91A) is unknown color: approx Lima. HEX triplet: 78, B9 and 1A. RGB value is (120,185,26). Sum of RGB (Red+Green+Blue) = 120+185+26=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 185 (72.66% from 255 or 55.89% from 331); Blue value is 26 (10.55% from 255 or 7.85% from 331); Max value from RGB is 185 - color contains mainly: green. Hex color #78B91A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78B91A is #8746E5. Grayscale: #949494. Windows color (decimal): -8865510 or 1751416. OLE color: 1751416.

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

Color convert

RGB12018526-
CMYK0.3500.860.27
HSL84.53º75.36%41.37%-
HSV(B)84.53º85.95%72.55%-
XYZ25.2838.777.13-
YUV147.4459.47108.43-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.25%
GREEN value IS 185 (72.66% from 255) = 55.89%
BLUE value IS 26 (10.55% from 255) = 7.85%
R=36.25%
G=55.89%
B=7.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal120185260.3500.860.2784.5375.3641.37
Hex78B91A230561B554b29
Octal170271324301263312511351
Binary11110001011100111010100011010101101101110101011001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B91A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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