Shades of Christi #6FA90A
Tints of Christi #6FA90A
RGB
CMYK
RGB Variations
Color information
#6FA90A (or 0x6FA90A) is known color: Christi. HEX triplet: 6F, A9 and 0A. RGB value is (111,169,10). Sum of RGB (Red+Green+Blue) = 111+169+10=290 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.28% from 290); Green value is 169 (66.41% from 255 or 58.28% from 290); Blue value is 10 (4.30% from 255 or 3.45% from 290); Max value from RGB is 169 - color contains mainly: green. Hex color #6FA90A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6FA90A is #9056F5. Grayscale: #868686. Windows color (decimal): -9459446 or 698735. OLE color: 698735.
HSL color Cylindrical-coordinate representation of color #6FA90A: hue angle of 81.89º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6FA90A is Cyan = 0.34, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 111 | 169 | 10 | - |
| CMYK | 0.34 | 0 | 0.94 | 0.34 |
| HSL | 81.89º | 0.89% | 0.35% | - |
| HSV(B) | 81.89º | 0.94% | 0.66% | - |
| XYZ | 20.8 | 31.78 | 5.32 | - |
| YUV | 133.53 | 58.28 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 169 | 10 | 0.34 | 0 | 0.94 | 0.34 | 81.89 | 0.89 | 0.35 |
| Hex | 6F | A9 | A | 22 | 0 | 5E | 22 | 52 | 59 | 23 |
| Octal | 157 | 251 | 12 | 42 | 0 | 136 | 42 | 122 | 131 | 43 |
| Binary | 1101111 | 10101001 | 1010 | 100010 | 0 | 1011110 | 100010 | 1010010 | 1011001 | 100011 |
Color Harmonies of #6FA90A
Complementary color
Monochromatic Colors of #6FA90A
Black with #6FA90A
Text Example
Text Example
White with #6FA90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA90A; }
p { color: rgb(111,169,10); }
H1.HeaderClassName
{
color: #6FA90A;
}
.AnyTagClassName
{
color: #6FA90A;
}
</style>
background-color css
<style>
a { background-color: #6FA90A; }
a { background-color: rgb(111,169,10); }
div.DivClassName
{
background-color: #6FA90A;
}
.BgClassName
{
background-color: #6FA90A;
}
</style>
border-color css
<style>
span { border-color: #6FA90A; }
span { border-color: rgb(111,169,10); }
td.TdClassName
{
border-color: #6FA90A;
}
.TagClassName
{
border-color: #6FA90A;
}
</style>