Shades of Christi #6FA319
Tints of Christi #6FA319
RGB
CMYK
RGB Variations
Color information
#6FA319 (or 0x6FA319) is known color: Christi. HEX triplet: 6F, A3 and 19. RGB value is (111,163,25). Sum of RGB (Red+Green+Blue) = 111+163+25=299 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.12% from 299); Green value is 163 (64.06% from 255 or 54.52% from 299); Blue value is 25 (10.16% from 255 or 8.36% from 299); Max value from RGB is 163 - color contains mainly: green. Hex color #6FA319 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6FA319 is #905CE6. Grayscale: #848484. Windows color (decimal): -9460967 or 1680239. OLE color: 1680239.
HSL color Cylindrical-coordinate representation of color #6FA319: hue angle of 82.61º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6FA319 is Cyan = 0.32, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 111 | 163 | 25 | - |
| CMYK | 0.32 | 0 | 0.85 | 0.36 |
| HSL | 82.61º | 0.73% | 0.37% | - |
| HSV(B) | 82.61º | 0.85% | 0.64% | - |
| XYZ | 19.83 | 29.64 | 5.6 | - |
| YUV | 131.72 | 67.77 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 163 | 25 | 0.32 | 0 | 0.85 | 0.36 | 82.61 | 0.73 | 0.37 |
| Hex | 6F | A3 | 19 | 20 | 0 | 55 | 24 | 53 | 49 | 25 |
| Octal | 157 | 243 | 31 | 40 | 0 | 125 | 44 | 123 | 111 | 45 |
| Binary | 1101111 | 10100011 | 11001 | 100000 | 0 | 1010101 | 100100 | 1010011 | 1001001 | 100101 |
Color Harmonies of #6FA319
Complementary color
Monochromatic Colors of #6FA319
Black with #6FA319
Text Example
Text Example
White with #6FA319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA319; }
p { color: rgb(111,163,25); }
H1.HeaderClassName
{
color: #6FA319;
}
.AnyTagClassName
{
color: #6FA319;
}
</style>
background-color css
<style>
a { background-color: #6FA319; }
a { background-color: rgb(111,163,25); }
div.DivClassName
{
background-color: #6FA319;
}
.BgClassName
{
background-color: #6FA319;
}
</style>
border-color css
<style>
span { border-color: #6FA319; }
span { border-color: rgb(111,163,25); }
td.TdClassName
{
border-color: #6FA319;
}
.TagClassName
{
border-color: #6FA319;
}
</style>