Shades of Lima #7FAB07
Tints of Lima #7FAB07
RGB
CMYK
RGB Variations
Color information
#7FAB07 (or 0x7FAB07) is known color: Lima. HEX triplet: 7F, AB and 07. RGB value is (127,171,7). Sum of RGB (Red+Green+Blue) = 127+171+7=305 (40% of max value = 765). Red value is 127 (50% from 255 or 41.64% from 305); Green value is 171 (67.19% from 255 or 56.07% from 305); Blue value is 7 (3.12% from 255 or 2.30% from 305); Max value from RGB is 171 - color contains mainly: green. Hex color #7FAB07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FAB07 is #8054F8. Grayscale: #8B8B8B. Windows color (decimal): -8410361 or 502655. OLE color: 502655.
HSL color Cylindrical-coordinate representation of color #7FAB07: hue angle of 76.1º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7FAB07 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 171 | 7 | - |
| CMYK | 0.26 | 0 | 0.96 | 0.33 |
| HSL | 76.1º | 0.92% | 0.35% | - |
| HSV(B) | 76.1º | 0.96% | 0.67% | - |
| XYZ | 23.35 | 33.65 | 5.47 | - |
| YUV | 139.15 | 53.42 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 171 | 7 | 0.26 | 0 | 0.96 | 0.33 | 76.1 | 0.92 | 0.35 |
| Hex | 7F | AB | 7 | 1A | 0 | 60 | 21 | 4C | 5C | 23 |
| Octal | 177 | 253 | 7 | 32 | 0 | 140 | 41 | 114 | 134 | 43 |
| Binary | 1111111 | 10101011 | 111 | 11010 | 0 | 1100000 | 100001 | 1001100 | 1011100 | 100011 |
Color Harmonies of #7FAB07
Complementary color
Monochromatic Colors of #7FAB07
Black with #7FAB07
Text Example
Text Example
White with #7FAB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAB07; }
p { color: rgb(127,171,7); }
H1.HeaderClassName
{
color: #7FAB07;
}
.AnyTagClassName
{
color: #7FAB07;
}
</style>
background-color css
<style>
a { background-color: #7FAB07; }
a { background-color: rgb(127,171,7); }
div.DivClassName
{
background-color: #7FAB07;
}
.BgClassName
{
background-color: #7FAB07;
}
</style>
border-color css
<style>
span { border-color: #7FAB07; }
span { border-color: rgb(127,171,7); }
td.TdClassName
{
border-color: #7FAB07;
}
.TagClassName
{
border-color: #7FAB07;
}
</style>