Shades of Christi #6FA310
Tints of Christi #6FA310
RGB
CMYK
RGB Variations
Color information
#6FA310 (or 0x6FA310) is known color: Christi. HEX triplet: 6F, A3 and 10. RGB value is (111,163,16). Sum of RGB (Red+Green+Blue) = 111+163+16=290 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.28% from 290); Green value is 163 (64.06% from 255 or 56.21% from 290); Blue value is 16 (6.64% from 255 or 5.52% from 290); Max value from RGB is 163 - color contains mainly: green. Hex color #6FA310 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6FA310 is #905CEF. Grayscale: #838383. Windows color (decimal): -9460976 or 1090415. OLE color: 1090415.
HSL color Cylindrical-coordinate representation of color #6FA310: hue angle of 81.22º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6FA310 is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 111 | 163 | 16 | - |
| CMYK | 0.32 | 0 | 0.90 | 0.36 |
| HSL | 81.22º | 0.82% | 0.35% | - |
| HSV(B) | 81.22º | 0.9% | 0.64% | - |
| XYZ | 19.75 | 29.61 | 5.17 | - |
| YUV | 130.69 | 63.27 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 163 | 16 | 0.32 | 0 | 0.90 | 0.36 | 81.22 | 0.82 | 0.35 |
| Hex | 6F | A3 | 10 | 20 | 0 | 5A | 24 | 51 | 52 | 23 |
| Octal | 157 | 243 | 20 | 40 | 0 | 132 | 44 | 121 | 122 | 43 |
| Binary | 1101111 | 10100011 | 10000 | 100000 | 0 | 1011010 | 100100 | 1010001 | 1010010 | 100011 |
Color Harmonies of #6FA310
Complementary color
Monochromatic Colors of #6FA310
Black with #6FA310
Text Example
Text Example
White with #6FA310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA310; }
p { color: rgb(111,163,16); }
H1.HeaderClassName
{
color: #6FA310;
}
.AnyTagClassName
{
color: #6FA310;
}
</style>
background-color css
<style>
a { background-color: #6FA310; }
a { background-color: rgb(111,163,16); }
div.DivClassName
{
background-color: #6FA310;
}
.BgClassName
{
background-color: #6FA310;
}
</style>
border-color css
<style>
span { border-color: #6FA310; }
span { border-color: rgb(111,163,16); }
td.TdClassName
{
border-color: #6FA310;
}
.TagClassName
{
border-color: #6FA310;
}
</style>