Shades of Christi #6FAC00
Tints of Christi #6FAC00
RGB
CMYK
RGB Variations
Color information
#6FAC00 (or 0x6FAC00) is known color: Christi. HEX triplet: 6F, AC and 00. RGB value is (111,172,0). Sum of RGB (Red+Green+Blue) = 111+172+0=283 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.22% from 283); Green value is 172 (67.58% from 255 or 60.78% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 172 - color contains mainly: green. Hex color #6FAC00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6FAC00 is #9053FF. Grayscale: #868686. Windows color (decimal): -9458688 or 44143. OLE color: 44143.
HSL color Cylindrical-coordinate representation of color #6FAC00: hue angle of 81.28º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6FAC00 is Cyan = 0.35, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 172 | 0 | - |
| CMYK | 0.35 | 0 | 1 | 0.33 |
| HSL | 81.28º | 1% | 0.34% | - |
| HSV(B) | 81.28º | 1% | 0.67% | - |
| XYZ | 21.31 | 32.88 | 5.22 | - |
| YUV | 134.15 | 52.29 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 172 | 0 | 0.35 | 0 | 1 | 0.33 | 81.28 | 1 | 0.34 |
| Hex | 6F | AC | 0 | 23 | 0 | 64 | 21 | 51 | 64 | 22 |
| Octal | 157 | 254 | 0 | 43 | 0 | 144 | 41 | 121 | 144 | 42 |
| Binary | 1101111 | 10101100 | 0 | 100011 | 0 | 1100100 | 100001 | 1010001 | 1100100 | 100010 |
Color Harmonies of #6FAC00
Complementary color
Monochromatic Colors of #6FAC00
Black with #6FAC00
Text Example
Text Example
White with #6FAC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAC00; }
p { color: rgb(111,172,0); }
H1.HeaderClassName
{
color: #6FAC00;
}
.AnyTagClassName
{
color: #6FAC00;
}
</style>
background-color css
<style>
a { background-color: #6FAC00; }
a { background-color: rgb(111,172,0); }
div.DivClassName
{
background-color: #6FAC00;
}
.BgClassName
{
background-color: #6FAC00;
}
</style>
border-color css
<style>
span { border-color: #6FAC00; }
span { border-color: rgb(111,172,0); }
td.TdClassName
{
border-color: #6FAC00;
}
.TagClassName
{
border-color: #6FAC00;
}
</style>