#7FA412

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

Shades of Lima #7FA412

Tints of Lima #7FA412

Color information

#7FA412 (or 0x7FA412) is unknown color: approx Lima. HEX triplet: 7F, A4 and 12. RGB value is (127,164,18). Sum of RGB (Red+Green+Blue) = 127+164+18=309 (40% of max value = 765). Red value is 127 (50% from 255 or 41.10% from 309); Green value is 164 (64.45% from 255 or 53.07% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 164 - color contains mainly: green. Hex color #7FA412 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FA412 is #805BED. Grayscale: #888888. Windows color (decimal): -8412142 or 1221759. OLE color: 1221759.

HSL color Cylindrical-coordinate representation of color #7FA412: hue angle of 75.21º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7FA412 is Cyan = 0.23, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB12716418-
CMYK0.2300.890.36
HSL75.21º80.22%35.69%-
HSV(B)75.21º89.02%64.31%-
XYZ22.1431.115.41-
YUV136.2961.24121.37-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 41.10%
GREEN value IS 164 (64.45% from 255) = 53.07%
BLUE value IS 18 (7.42% from 255) = 5.83%
R=41.10%
G=53.07%
B=5.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal127164180.2300.890.3675.2180.2235.69
Hex7FA41217059244b5024
Octal177244222701314411312044
Binary11111111010010010010101110101100110010010010111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,164,18); }

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

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

 a { background-color: rgb(127,164,18); }

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

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

 span { border-color: rgb(127,164,18); }

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