Shades of Christi #6FAB04
Tints of Christi #6FAB04
RGB
CMYK
RGB Variations
Color information
#6FAB04 (or 0x6FAB04) is known color: Christi. HEX triplet: 6F, AB and 04. RGB value is (111,171,4). Sum of RGB (Red+Green+Blue) = 111+171+4=286 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.81% from 286); Green value is 171 (67.19% from 255 or 59.79% from 286); Blue value is 4 (1.95% from 255 or 1.40% from 286); Max value from RGB is 171 - color contains mainly: green. Hex color #6FAB04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6FAB04 is #9054FB. Grayscale: #868686. Windows color (decimal): -9458940 or 306031. OLE color: 306031.
HSL color Cylindrical-coordinate representation of color #6FAB04: hue angle of 81.56º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6FAB04 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 171 | 4 | - |
| CMYK | 0.35 | 0 | 0.98 | 0.33 |
| HSL | 81.56º | 0.95% | 0.34% | - |
| HSV(B) | 81.56º | 0.98% | 0.67% | - |
| XYZ | 21.14 | 32.51 | 5.28 | - |
| YUV | 134.02 | 54.62 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 171 | 4 | 0.35 | 0 | 0.98 | 0.33 | 81.56 | 0.95 | 0.34 |
| Hex | 6F | AB | 4 | 23 | 0 | 62 | 21 | 52 | 5F | 22 |
| Octal | 157 | 253 | 4 | 43 | 0 | 142 | 41 | 122 | 137 | 42 |
| Binary | 1101111 | 10101011 | 100 | 100011 | 0 | 1100010 | 100001 | 1010010 | 1011111 | 100010 |
Color Harmonies of #6FAB04
Complementary color
Monochromatic Colors of #6FAB04
Black with #6FAB04
Text Example
Text Example
White with #6FAB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAB04; }
p { color: rgb(111,171,4); }
H1.HeaderClassName
{
color: #6FAB04;
}
.AnyTagClassName
{
color: #6FAB04;
}
</style>
background-color css
<style>
a { background-color: #6FAB04; }
a { background-color: rgb(111,171,4); }
div.DivClassName
{
background-color: #6FAB04;
}
.BgClassName
{
background-color: #6FAB04;
}
</style>
border-color css
<style>
span { border-color: #6FAB04; }
span { border-color: rgb(111,171,4); }
td.TdClassName
{
border-color: #6FAB04;
}
.TagClassName
{
border-color: #6FAB04;
}
</style>