#7FAC0B

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

Shades of Lima #7FAC0B

Tints of Lima #7FAC0B

Color information

#7FAC0B (or 0x7FAC0B) is unknown color: approx Lima. HEX triplet: 7F, AC and 0B. RGB value is (127,172,11). Sum of RGB (Red+Green+Blue) = 127+172+11=310 (41% of max value = 765). Red value is 127 (50% from 255 or 40.97% from 310); Green value is 172 (67.58% from 255 or 55.48% from 310); Blue value is 11 (4.69% from 255 or 3.55% from 310); Max value from RGB is 172 - color contains mainly: green. Hex color #7FAC0B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FAC0B is #8053F4. Grayscale: #8C8C8C. Windows color (decimal): -8410101 or 765055. OLE color: 765055.

HSL color Cylindrical-coordinate representation of color #7FAC0B: hue angle of 76.77º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7FAC0B is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB12717211-
CMYK0.2600.940.33
HSL76.77º87.98%35.88%-
HSV(B)76.77º93.6%67.45%-
XYZ23.5734.045.65-
YUV140.1955.09118.59-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 40.97%
GREEN value IS 172 (67.58% from 255) = 55.48%
BLUE value IS 11 (4.69% from 255) = 3.55%
R=40.97%
G=55.48%
B=3.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal127172110.2600.940.3376.7787.9835.88
Hex7FACB1A05E214d5824
Octal177254133201364111513044
Binary1111111101011001011110100101111010000110011011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAC0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,172,11); }

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

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

 a { background-color: rgb(127,172,11); }

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

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

 span { border-color: rgb(127,172,11); }

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