Shades of Christi #6FAB0E
Tints of Christi #6FAB0E
RGB
CMYK
RGB Variations
Color information
#6FAB0E (or 0x6FAB0E) is known color: Christi. HEX triplet: 6F, AB and 0E. RGB value is (111,171,14). Sum of RGB (Red+Green+Blue) = 111+171+14=296 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.5% from 296); Green value is 171 (67.19% from 255 or 57.77% from 296); Blue value is 14 (5.86% from 255 or 4.73% from 296); Max value from RGB is 171 - color contains mainly: green. Hex color #6FAB0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6FAB0E is #9054F1. Grayscale: #878787. Windows color (decimal): -9458930 or 961391. OLE color: 961391.
HSL color Cylindrical-coordinate representation of color #6FAB0E: hue angle of 82.93º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6FAB0E is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 171 | 14 | - |
| CMYK | 0.35 | 0 | 0.92 | 0.33 |
| HSL | 82.93º | 0.85% | 0.36% | - |
| HSV(B) | 82.93º | 0.92% | 0.67% | - |
| XYZ | 21.2 | 32.54 | 5.58 | - |
| YUV | 135.16 | 59.62 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 171 | 14 | 0.35 | 0 | 0.92 | 0.33 | 82.93 | 0.85 | 0.36 |
| Hex | 6F | AB | E | 23 | 0 | 5C | 21 | 53 | 55 | 24 |
| Octal | 157 | 253 | 16 | 43 | 0 | 134 | 41 | 123 | 125 | 44 |
| Binary | 1101111 | 10101011 | 1110 | 100011 | 0 | 1011100 | 100001 | 1010011 | 1010101 | 100100 |
Color Harmonies of #6FAB0E
Complementary color
Monochromatic Colors of #6FAB0E
Black with #6FAB0E
Text Example
Text Example
White with #6FAB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAB0E; }
p { color: rgb(111,171,14); }
H1.HeaderClassName
{
color: #6FAB0E;
}
.AnyTagClassName
{
color: #6FAB0E;
}
</style>
background-color css
<style>
a { background-color: #6FAB0E; }
a { background-color: rgb(111,171,14); }
div.DivClassName
{
background-color: #6FAB0E;
}
.BgClassName
{
background-color: #6FAB0E;
}
</style>
border-color css
<style>
span { border-color: #6FAB0E; }
span { border-color: rgb(111,171,14); }
td.TdClassName
{
border-color: #6FAB0E;
}
.TagClassName
{
border-color: #6FAB0E;
}
</style>