Shades of Lima #7BAF10
Tints of Lima #7BAF10
RGB
CMYK
RGB Variations
Color information
#7BAF10 (or 0x7BAF10) is known color: Lima. HEX triplet: 7B, AF and 10. RGB value is (123,175,16). Sum of RGB (Red+Green+Blue) = 123+175+16=314 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.17% from 314); Green value is 175 (68.75% from 255 or 55.73% from 314); Blue value is 16 (6.64% from 255 or 5.10% from 314); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAF10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BAF10 is #8450EF. Grayscale: #8D8D8D. Windows color (decimal): -8671472 or 1093499. OLE color: 1093499.
HSL color Cylindrical-coordinate representation of color #7BAF10: hue angle of 79.62º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7BAF10 is Cyan = 0.30, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 175 | 16 | - |
| CMYK | 0.30 | 0 | 0.91 | 0.31 |
| HSL | 79.62º | 0.83% | 0.37% | - |
| HSV(B) | 79.62º | 0.91% | 0.69% | - |
| XYZ | 23.59 | 34.91 | 5.98 | - |
| YUV | 141.33 | 57.27 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 175 | 16 | 0.30 | 0 | 0.91 | 0.31 | 79.62 | 0.83 | 0.37 |
| Hex | 7B | AF | 10 | 1E | 0 | 5B | 1F | 50 | 53 | 25 |
| Octal | 173 | 257 | 20 | 36 | 0 | 133 | 37 | 120 | 123 | 45 |
| Binary | 1111011 | 10101111 | 10000 | 11110 | 0 | 1011011 | 11111 | 1010000 | 1010011 | 100101 |
Color Harmonies of #7BAF10
Complementary color
Monochromatic Colors of #7BAF10
Black with #7BAF10
Text Example
Text Example
White with #7BAF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAF10; }
p { color: rgb(123,175,16); }
H1.HeaderClassName
{
color: #7BAF10;
}
.AnyTagClassName
{
color: #7BAF10;
}
</style>
background-color css
<style>
a { background-color: #7BAF10; }
a { background-color: rgb(123,175,16); }
div.DivClassName
{
background-color: #7BAF10;
}
.BgClassName
{
background-color: #7BAF10;
}
</style>
border-color css
<style>
span { border-color: #7BAF10; }
span { border-color: rgb(123,175,16); }
td.TdClassName
{
border-color: #7BAF10;
}
.TagClassName
{
border-color: #7BAF10;
}
</style>