Shades of Christi #6FAB00
Tints of Christi #6FAB00
RGB
CMYK
RGB Variations
Color information
#6FAB00 (or 0x6FAB00) is known color: Christi. HEX triplet: 6F, AB and 00. RGB value is (111,171,0). Sum of RGB (Red+Green+Blue) = 111+171+0=282 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.36% from 282); Green value is 171 (67.19% from 255 or 60.64% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 171 - color contains mainly: green. Hex color #6FAB00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6FAB00 is #9054FF. Grayscale: #868686. Windows color (decimal): -9458944 or 43887. OLE color: 43887.
HSL color Cylindrical-coordinate representation of color #6FAB00: hue angle of 81.05º 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 #6FAB00 is Cyan = 0.35, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 171 | 0 | - |
| CMYK | 0.35 | 0 | 1 | 0.33 |
| HSL | 81.05º | 1% | 0.34% | - |
| HSV(B) | 81.05º | 1% | 0.67% | - |
| XYZ | 21.12 | 32.51 | 5.16 | - |
| YUV | 133.57 | 52.62 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 171 | 0 | 0.35 | 0 | 1 | 0.33 | 81.05 | 1 | 0.34 |
| Hex | 6F | AB | 0 | 23 | 0 | 64 | 21 | 51 | 64 | 22 |
| Octal | 157 | 253 | 0 | 43 | 0 | 144 | 41 | 121 | 144 | 42 |
| Binary | 1101111 | 10101011 | 0 | 100011 | 0 | 1100100 | 100001 | 1010001 | 1100100 | 100010 |
Color Harmonies of #6FAB00
Complementary color
Monochromatic Colors of #6FAB00
Black with #6FAB00
Text Example
Text Example
White with #6FAB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAB00; }
p { color: rgb(111,171,0); }
H1.HeaderClassName
{
color: #6FAB00;
}
.AnyTagClassName
{
color: #6FAB00;
}
</style>
background-color css
<style>
a { background-color: #6FAB00; }
a { background-color: rgb(111,171,0); }
div.DivClassName
{
background-color: #6FAB00;
}
.BgClassName
{
background-color: #6FAB00;
}
</style>
border-color css
<style>
span { border-color: #6FAB00; }
span { border-color: rgb(111,171,0); }
td.TdClassName
{
border-color: #6FAB00;
}
.TagClassName
{
border-color: #6FAB00;
}
</style>