#78B114

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

Shades of Lima #78B114

Tints of Lima #78B114

Color information

#78B114 (or 0x78B114) is unknown color: approx Lima. HEX triplet: 78, B1 and 14. RGB value is (120,177,20). Sum of RGB (Red+Green+Blue) = 120+177+20=317 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.85% from 317); Green value is 177 (69.53% from 255 or 55.84% from 317); Blue value is 20 (8.20% from 255 or 6.31% from 317); Max value from RGB is 177 - color contains mainly: green. Hex color #78B114 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78B114 is #874EEB. Grayscale: #8E8E8E. Windows color (decimal): -8867564 or 1356152. OLE color: 1356152.

HSL color Cylindrical-coordinate representation of color #78B114: hue angle of 81.78º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #78B114 is Cyan = 0.32, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB12017720-
CMYK0.3200.890.31
HSL81.78º79.7%38.63%-
HSV(B)81.78º88.7%69.41%-
XYZ23.5935.496.27-
YUV142.0659.12112.27-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.85%
GREEN value IS 177 (69.53% from 255) = 55.84%
BLUE value IS 20 (8.20% from 255) = 6.31%
R=37.85%
G=55.84%
B=6.31%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal120177200.3200.890.3181.7879.738.63
Hex78B114200591F525027
Octal170261244001313712212047
Binary11110001011000110100100000010110011111110100101010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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