Shades of Lima #7FAF0A
Tints of Lima #7FAF0A
RGB
CMYK
RGB Variations
Color information
#7FAF0A (or 0x7FAF0A) is known color: Lima. HEX triplet: 7F, AF and 0A. RGB value is (127,175,10). Sum of RGB (Red+Green+Blue) = 127+175+10=312 (41% of max value = 765). Red value is 127 (50% from 255 or 40.71% from 312); Green value is 175 (68.75% from 255 or 56.09% from 312); Blue value is 10 (4.30% from 255 or 3.21% from 312); Max value from RGB is 175 - color contains mainly: green. Hex color #7FAF0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FAF0A is #8050F5. Grayscale: #8E8E8E. Windows color (decimal): -8409334 or 700287. OLE color: 700287.
HSL color Cylindrical-coordinate representation of color #7FAF0A: hue angle of 77.45º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7FAF0A is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 127 | 175 | 10 | - |
| CMYK | 0.27 | 0 | 0.94 | 0.31 |
| HSL | 77.45º | 0.89% | 0.36% | - |
| HSV(B) | 77.45º | 0.94% | 0.69% | - |
| XYZ | 24.14 | 35.19 | 5.81 | - |
| YUV | 141.84 | 53.6 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 175 | 10 | 0.27 | 0 | 0.94 | 0.31 | 77.45 | 0.89 | 0.36 |
| Hex | 7F | AF | A | 1B | 0 | 5E | 1F | 4D | 59 | 24 |
| Octal | 177 | 257 | 12 | 33 | 0 | 136 | 37 | 115 | 131 | 44 |
| Binary | 1111111 | 10101111 | 1010 | 11011 | 0 | 1011110 | 11111 | 1001101 | 1011001 | 100100 |
Color Harmonies of #7FAF0A
Complementary color
Monochromatic Colors of #7FAF0A
Black with #7FAF0A
Text Example
Text Example
White with #7FAF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAF0A; }
p { color: rgb(127,175,10); }
H1.HeaderClassName
{
color: #7FAF0A;
}
.AnyTagClassName
{
color: #7FAF0A;
}
</style>
background-color css
<style>
a { background-color: #7FAF0A; }
a { background-color: rgb(127,175,10); }
div.DivClassName
{
background-color: #7FAF0A;
}
.BgClassName
{
background-color: #7FAF0A;
}
</style>
border-color css
<style>
span { border-color: #7FAF0A; }
span { border-color: rgb(127,175,10); }
td.TdClassName
{
border-color: #7FAF0A;
}
.TagClassName
{
border-color: #7FAF0A;
}
</style>