#7FA521

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

Shades of Lima #7FA521

Tints of Lima #7FA521

Color information

#7FA521 (or 0x7FA521) is unknown color: approx Lima. HEX triplet: 7F, A5 and 21. RGB value is (127,165,33). Sum of RGB (Red+Green+Blue) = 127+165+33=325 (43% of max value = 765). Red value is 127 (50% from 255 or 39.08% from 325); Green value is 165 (64.84% from 255 or 50.77% from 325); Blue value is 33 (13.28% from 255 or 10.15% from 325); Max value from RGB is 165 - color contains mainly: green. Hex color #7FA521 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA521 is #805ADE. Grayscale: #8B8B8B. Windows color (decimal): -8411871 or 2205055. OLE color: 2205055.

HSL color Cylindrical-coordinate representation of color #7FA521: hue angle of 77.27º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7FA521 is Cyan = 0.23, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.35.

Color convert

RGB12716533-
CMYK0.2300.80.35
HSL77.27º66.67%38.82%-
HSV(B)77.27º80%64.71%-
XYZ22.4831.536.34-
YUV138.5968.41119.73-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 39.08%
GREEN value IS 165 (64.84% from 255) = 50.77%
BLUE value IS 33 (13.28% from 255) = 10.15%
R=39.08%
G=50.77%
B=10.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal127165330.2300.80.3577.2766.6738.82
Hex7FA52117050234d4327
Octal177245412701204311510347
Binary111111110100101100001101110101000010001110011011000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,165,33); }

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

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

 a { background-color: rgb(127,165,33); }

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

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

 span { border-color: rgb(127,165,33); }

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