Shades of Christi #6FAA12
Tints of Christi #6FAA12
RGB
CMYK
RGB Variations
Color information
#6FAA12 (or 0x6FAA12) is known color: Christi. HEX triplet: 6F, AA and 12. RGB value is (111,170,18). Sum of RGB (Red+Green+Blue) = 111+170+18=299 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.12% from 299); Green value is 170 (66.80% from 255 or 56.86% from 299); Blue value is 18 (7.42% from 255 or 6.02% from 299); Max value from RGB is 170 - color contains mainly: green. Hex color #6FAA12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6FAA12 is #9055ED. Grayscale: #878787. Windows color (decimal): -9459182 or 1223279. OLE color: 1223279.
HSL color Cylindrical-coordinate representation of color #6FAA12: hue angle of 83.29º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6FAA12 is Cyan = 0.35, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 170 | 18 | - |
| CMYK | 0.35 | 0 | 0.89 | 0.33 |
| HSL | 83.29º | 0.81% | 0.37% | - |
| HSV(B) | 83.29º | 0.89% | 0.67% | - |
| XYZ | 21.04 | 32.17 | 5.67 | - |
| YUV | 135.03 | 61.95 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 170 | 18 | 0.35 | 0 | 0.89 | 0.33 | 83.29 | 0.81 | 0.37 |
| Hex | 6F | AA | 12 | 23 | 0 | 59 | 21 | 53 | 51 | 25 |
| Octal | 157 | 252 | 22 | 43 | 0 | 131 | 41 | 123 | 121 | 45 |
| Binary | 1101111 | 10101010 | 10010 | 100011 | 0 | 1011001 | 100001 | 1010011 | 1010001 | 100101 |
Color Harmonies of #6FAA12
Complementary color
Monochromatic Colors of #6FAA12
Black with #6FAA12
Text Example
Text Example
White with #6FAA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAA12; }
p { color: rgb(111,170,18); }
H1.HeaderClassName
{
color: #6FAA12;
}
.AnyTagClassName
{
color: #6FAA12;
}
</style>
background-color css
<style>
a { background-color: #6FAA12; }
a { background-color: rgb(111,170,18); }
div.DivClassName
{
background-color: #6FAA12;
}
.BgClassName
{
background-color: #6FAA12;
}
</style>
border-color css
<style>
span { border-color: #6FAA12; }
span { border-color: rgb(111,170,18); }
td.TdClassName
{
border-color: #6FAA12;
}
.TagClassName
{
border-color: #6FAA12;
}
</style>