Shades of Christi #6FAB1B
Tints of Christi #6FAB1B
RGB
CMYK
RGB Variations
Color information
#6FAB1B (or 0x6FAB1B) is known color: Christi. HEX triplet: 6F, AB and 1B. RGB value is (111,171,27). Sum of RGB (Red+Green+Blue) = 111+171+27=309 (40% of max value = 765). Red value is 111 (43.75% from 255 or 35.92% from 309); Green value is 171 (67.19% from 255 or 55.34% from 309); Blue value is 27 (10.94% from 255 or 8.74% from 309); Max value from RGB is 171 - color contains mainly: green. Hex color #6FAB1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FAB1B is #9054E4. Grayscale: #898989. Windows color (decimal): -9458917 or 1813359. OLE color: 1813359.
HSL color Cylindrical-coordinate representation of color #6FAB1B: hue angle of 85º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6FAB1B is Cyan = 0.35, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 171 | 27 | - |
| CMYK | 0.35 | 0 | 0.84 | 0.33 |
| HSL | 85º | 0.73% | 0.39% | - |
| HSV(B) | 85º | 0.84% | 0.67% | - |
| XYZ | 21.32 | 32.58 | 6.2 | - |
| YUV | 136.64 | 66.12 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 171 | 27 | 0.35 | 0 | 0.84 | 0.33 | 85 | 0.73 | 0.39 |
| Hex | 6F | AB | 1B | 23 | 0 | 54 | 21 | 55 | 49 | 27 |
| Octal | 157 | 253 | 33 | 43 | 0 | 124 | 41 | 125 | 111 | 47 |
| Binary | 1101111 | 10101011 | 11011 | 100011 | 0 | 1010100 | 100001 | 1010101 | 1001001 | 100111 |
Color Harmonies of #6FAB1B
Complementary color
Monochromatic Colors of #6FAB1B
Black with #6FAB1B
Text Example
Text Example
White with #6FAB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAB1B; }
p { color: rgb(111,171,27); }
H1.HeaderClassName
{
color: #6FAB1B;
}
.AnyTagClassName
{
color: #6FAB1B;
}
</style>
background-color css
<style>
a { background-color: #6FAB1B; }
a { background-color: rgb(111,171,27); }
div.DivClassName
{
background-color: #6FAB1B;
}
.BgClassName
{
background-color: #6FAB1B;
}
</style>
border-color css
<style>
span { border-color: #6FAB1B; }
span { border-color: rgb(111,171,27); }
td.TdClassName
{
border-color: #6FAB1B;
}
.TagClassName
{
border-color: #6FAB1B;
}
</style>