Shades of Christi #6FAB01
Tints of Christi #6FAB01
RGB
CMYK
RGB Variations
Color information
#6FAB01 (or 0x6FAB01) is known color: Christi. HEX triplet: 6F, AB and 01. RGB value is (111,171,1). Sum of RGB (Red+Green+Blue) = 111+171+1=283 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.22% from 283); Green value is 171 (67.19% from 255 or 60.42% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 171 - color contains mainly: green. Hex color #6FAB01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6FAB01 is #9054FE. Grayscale: #868686. Windows color (decimal): -9458943 or 109423. OLE color: 109423.
HSL color Cylindrical-coordinate representation of color #6FAB01: hue angle of 81.18º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6FAB01 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 171 | 1 | - |
| CMYK | 0.35 | 0 | 0.99 | 0.33 |
| HSL | 81.18º | 0.99% | 0.34% | - |
| HSV(B) | 81.18º | 0.99% | 0.67% | - |
| XYZ | 21.12 | 32.51 | 5.19 | - |
| YUV | 133.68 | 53.12 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 171 | 1 | 0.35 | 0 | 0.99 | 0.33 | 81.18 | 0.99 | 0.34 |
| Hex | 6F | AB | 1 | 23 | 0 | 63 | 21 | 51 | 63 | 22 |
| Octal | 157 | 253 | 1 | 43 | 0 | 143 | 41 | 121 | 143 | 42 |
| Binary | 1101111 | 10101011 | 1 | 100011 | 0 | 1100011 | 100001 | 1010001 | 1100011 | 100010 |
Color Harmonies of #6FAB01
Complementary color
Monochromatic Colors of #6FAB01
Black with #6FAB01
Text Example
Text Example
White with #6FAB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAB01; }
p { color: rgb(111,171,1); }
H1.HeaderClassName
{
color: #6FAB01;
}
.AnyTagClassName
{
color: #6FAB01;
}
</style>
background-color css
<style>
a { background-color: #6FAB01; }
a { background-color: rgb(111,171,1); }
div.DivClassName
{
background-color: #6FAB01;
}
.BgClassName
{
background-color: #6FAB01;
}
</style>
border-color css
<style>
span { border-color: #6FAB01; }
span { border-color: rgb(111,171,1); }
td.TdClassName
{
border-color: #6FAB01;
}
.TagClassName
{
border-color: #6FAB01;
}
</style>