Shades of Christi #6FA90D
Tints of Christi #6FA90D
RGB
CMYK
RGB Variations
Color information
#6FA90D (or 0x6FA90D) is known color: Christi. HEX triplet: 6F, A9 and 0D. RGB value is (111,169,13). Sum of RGB (Red+Green+Blue) = 111+169+13=293 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.88% from 293); Green value is 169 (66.41% from 255 or 57.68% from 293); Blue value is 13 (5.47% from 255 or 4.44% from 293); Max value from RGB is 169 - color contains mainly: green. Hex color #6FA90D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6FA90D is #9056F2. Grayscale: #868686. Windows color (decimal): -9459443 or 895343. OLE color: 895343.
HSL color Cylindrical-coordinate representation of color #6FA90D: hue angle of 82.31º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6FA90D is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 111 | 169 | 13 | - |
| CMYK | 0.34 | 0 | 0.92 | 0.34 |
| HSL | 82.31º | 0.86% | 0.36% | - |
| HSV(B) | 82.31º | 0.92% | 0.66% | - |
| XYZ | 20.82 | 31.78 | 5.42 | - |
| YUV | 133.87 | 59.78 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 169 | 13 | 0.34 | 0 | 0.92 | 0.34 | 82.31 | 0.86 | 0.36 |
| Hex | 6F | A9 | D | 22 | 0 | 5C | 22 | 52 | 56 | 24 |
| Octal | 157 | 251 | 15 | 42 | 0 | 134 | 42 | 122 | 126 | 44 |
| Binary | 1101111 | 10101001 | 1101 | 100010 | 0 | 1011100 | 100010 | 1010010 | 1010110 | 100100 |
Color Harmonies of #6FA90D
Complementary color
Monochromatic Colors of #6FA90D
Black with #6FA90D
Text Example
Text Example
White with #6FA90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA90D; }
p { color: rgb(111,169,13); }
H1.HeaderClassName
{
color: #6FA90D;
}
.AnyTagClassName
{
color: #6FA90D;
}
</style>
background-color css
<style>
a { background-color: #6FA90D; }
a { background-color: rgb(111,169,13); }
div.DivClassName
{
background-color: #6FA90D;
}
.BgClassName
{
background-color: #6FA90D;
}
</style>
border-color css
<style>
span { border-color: #6FA90D; }
span { border-color: rgb(111,169,13); }
td.TdClassName
{
border-color: #6FA90D;
}
.TagClassName
{
border-color: #6FA90D;
}
</style>