Shades of Christi #6FA518
Tints of Christi #6FA518
RGB
CMYK
RGB Variations
Color information
#6FA518 (or 0x6FA518) is known color: Christi. HEX triplet: 6F, A5 and 18. RGB value is (111,165,24). Sum of RGB (Red+Green+Blue) = 111+165+24=300 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37% from 300); Green value is 165 (64.84% from 255 or 55% from 300); Blue value is 24 (9.77% from 255 or 8% from 300); Max value from RGB is 165 - color contains mainly: green. Hex color #6FA518 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6FA518 is #905AE7. Grayscale: #858585. Windows color (decimal): -9460456 or 1615215. OLE color: 1615215.
HSL color Cylindrical-coordinate representation of color #6FA518: hue angle of 82.98º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6FA518 is Cyan = 0.33, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 111 | 165 | 24 | - |
| CMYK | 0.33 | 0 | 0.85 | 0.35 |
| HSL | 82.98º | 0.75% | 0.37% | - |
| HSV(B) | 82.98º | 0.85% | 0.65% | - |
| XYZ | 20.18 | 30.36 | 5.66 | - |
| YUV | 132.78 | 66.61 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 165 | 24 | 0.33 | 0 | 0.85 | 0.35 | 82.98 | 0.75 | 0.37 |
| Hex | 6F | A5 | 18 | 21 | 0 | 55 | 23 | 53 | 4B | 25 |
| Octal | 157 | 245 | 30 | 41 | 0 | 125 | 43 | 123 | 113 | 45 |
| Binary | 1101111 | 10100101 | 11000 | 100001 | 0 | 1010101 | 100011 | 1010011 | 1001011 | 100101 |
Color Harmonies of #6FA518
Complementary color
Monochromatic Colors of #6FA518
Black with #6FA518
Text Example
Text Example
White with #6FA518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA518; }
p { color: rgb(111,165,24); }
H1.HeaderClassName
{
color: #6FA518;
}
.AnyTagClassName
{
color: #6FA518;
}
</style>
background-color css
<style>
a { background-color: #6FA518; }
a { background-color: rgb(111,165,24); }
div.DivClassName
{
background-color: #6FA518;
}
.BgClassName
{
background-color: #6FA518;
}
</style>
border-color css
<style>
span { border-color: #6FA518; }
span { border-color: rgb(111,165,24); }
td.TdClassName
{
border-color: #6FA518;
}
.TagClassName
{
border-color: #6FA518;
}
</style>