Shades of Christi #6FAC18
Tints of Christi #6FAC18
RGB
CMYK
RGB Variations
Color information
#6FAC18 (or 0x6FAC18) is known color: Christi. HEX triplet: 6F, AC and 18. RGB value is (111,172,24). Sum of RGB (Red+Green+Blue) = 111+172+24=307 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.16% from 307); Green value is 172 (67.58% from 255 or 56.03% from 307); Blue value is 24 (9.77% from 255 or 7.82% from 307); Max value from RGB is 172 - color contains mainly: green. Hex color #6FAC18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6FAC18 is #9053E7. Grayscale: #898989. Windows color (decimal): -9458664 or 1617007. OLE color: 1617007.
HSL color Cylindrical-coordinate representation of color #6FAC18: hue angle of 84.73º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6FAC18 is Cyan = 0.35, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 172 | 24 | - |
| CMYK | 0.35 | 0 | 0.86 | 0.33 |
| HSL | 84.73º | 0.76% | 0.38% | - |
| HSV(B) | 84.73º | 0.86% | 0.67% | - |
| XYZ | 21.47 | 32.95 | 6.09 | - |
| YUV | 136.89 | 64.29 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 172 | 24 | 0.35 | 0 | 0.86 | 0.33 | 84.73 | 0.76 | 0.38 |
| Hex | 6F | AC | 18 | 23 | 0 | 56 | 21 | 55 | 4C | 26 |
| Octal | 157 | 254 | 30 | 43 | 0 | 126 | 41 | 125 | 114 | 46 |
| Binary | 1101111 | 10101100 | 11000 | 100011 | 0 | 1010110 | 100001 | 1010101 | 1001100 | 100110 |
Color Harmonies of #6FAC18
Complementary color
Monochromatic Colors of #6FAC18
Black with #6FAC18
Text Example
Text Example
White with #6FAC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAC18; }
p { color: rgb(111,172,24); }
H1.HeaderClassName
{
color: #6FAC18;
}
.AnyTagClassName
{
color: #6FAC18;
}
</style>
background-color css
<style>
a { background-color: #6FAC18; }
a { background-color: rgb(111,172,24); }
div.DivClassName
{
background-color: #6FAC18;
}
.BgClassName
{
background-color: #6FAC18;
}
</style>
border-color css
<style>
span { border-color: #6FAC18; }
span { border-color: rgb(111,172,24); }
td.TdClassName
{
border-color: #6FAC18;
}
.TagClassName
{
border-color: #6FAC18;
}
</style>