Shades of Christi #6FAC05
Tints of Christi #6FAC05
RGB
CMYK
RGB Variations
Color information
#6FAC05 (or 0x6FAC05) is known color: Christi. HEX triplet: 6F, AC and 05. RGB value is (111,172,5). Sum of RGB (Red+Green+Blue) = 111+172+5=288 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.54% from 288); Green value is 172 (67.58% from 255 or 59.72% from 288); Blue value is 5 (2.34% from 255 or 1.74% from 288); Max value from RGB is 172 - color contains mainly: green. Hex color #6FAC05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6FAC05 is #9053FA. Grayscale: #878787. Windows color (decimal): -9458683 or 371823. OLE color: 371823.
HSL color Cylindrical-coordinate representation of color #6FAC05: hue angle of 81.92º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6FAC05 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 172 | 5 | - |
| CMYK | 0.35 | 0 | 0.97 | 0.33 |
| HSL | 81.92º | 0.94% | 0.35% | - |
| HSV(B) | 81.92º | 0.97% | 0.67% | - |
| XYZ | 21.34 | 32.9 | 5.37 | - |
| YUV | 134.72 | 54.79 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 172 | 5 | 0.35 | 0 | 0.97 | 0.33 | 81.92 | 0.94 | 0.35 |
| Hex | 6F | AC | 5 | 23 | 0 | 61 | 21 | 52 | 5E | 23 |
| Octal | 157 | 254 | 5 | 43 | 0 | 141 | 41 | 122 | 136 | 43 |
| Binary | 1101111 | 10101100 | 101 | 100011 | 0 | 1100001 | 100001 | 1010010 | 1011110 | 100011 |
Color Harmonies of #6FAC05
Complementary color
Monochromatic Colors of #6FAC05
Black with #6FAC05
Text Example
Text Example
White with #6FAC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAC05; }
p { color: rgb(111,172,5); }
H1.HeaderClassName
{
color: #6FAC05;
}
.AnyTagClassName
{
color: #6FAC05;
}
</style>
background-color css
<style>
a { background-color: #6FAC05; }
a { background-color: rgb(111,172,5); }
div.DivClassName
{
background-color: #6FAC05;
}
.BgClassName
{
background-color: #6FAC05;
}
</style>
border-color css
<style>
span { border-color: #6FAC05; }
span { border-color: rgb(111,172,5); }
td.TdClassName
{
border-color: #6FAC05;
}
.TagClassName
{
border-color: #6FAC05;
}
</style>