#7FB316

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

Shades of Lima #7FB316

Tints of Lima #7FB316

Color information

#7FB316 (or 0x7FB316) is unknown color: approx Lima. HEX triplet: 7F, B3 and 16. RGB value is (127,179,22). Sum of RGB (Red+Green+Blue) = 127+179+22=328 (43% of max value = 765). Red value is 127 (50% from 255 or 38.72% from 328); Green value is 179 (70.31% from 255 or 54.57% from 328); Blue value is 22 (8.98% from 255 or 6.71% from 328); Max value from RGB is 179 - color contains mainly: green. Hex color #7FB316 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FB316 is #804CE9. Grayscale: #929292. Windows color (decimal): -8408298 or 1487743. OLE color: 1487743.

HSL color Cylindrical-coordinate representation of color #7FB316: hue angle of 79.87º degrees, saturation: 0.78, 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 #7FB316 is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB12717922-
CMYK0.2900.880.30
HSL79.87º78.11%39.41%-
HSV(B)79.87º87.71%70.2%-
XYZ25.0236.816.55-
YUV145.5558.27114.77-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.72%
GREEN value IS 179 (70.31% from 255) = 54.57%
BLUE value IS 22 (8.98% from 255) = 6.71%
R=38.72%
G=54.57%
B=6.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal127179220.2900.880.3079.8778.1139.41
Hex7FB3161D0581E504e27
Octal177263263501303612011647
Binary1111111101100111011011101010110001111010100001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FB316; }

 p { color: rgb(127,179,22); }

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

<style>
 a { background-color: #7FB316; }

 a { background-color: rgb(127,179,22); }

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

<style>
 span { border-color: #7FB316; }

 span { border-color: rgb(127,179,22); }

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