Shades of Christi #6FAB13
Tints of Christi #6FAB13
RGB
CMYK
RGB Variations
Color information
#6FAB13 (or 0x6FAB13) is known color: Christi. HEX triplet: 6F, AB and 13. RGB value is (111,171,19). Sum of RGB (Red+Green+Blue) = 111+171+19=301 (39% of max value = 765). Red value is 111 (43.75% from 255 or 36.88% from 301); Green value is 171 (67.19% from 255 or 56.81% from 301); Blue value is 19 (7.81% from 255 or 6.31% from 301); Max value from RGB is 171 - color contains mainly: green. Hex color #6FAB13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6FAB13 is #9054EC. Grayscale: #888888. Windows color (decimal): -9458925 or 1289071. OLE color: 1289071.
HSL color Cylindrical-coordinate representation of color #6FAB13: hue angle of 83.68º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6FAB13 is Cyan = 0.35, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 171 | 19 | - |
| CMYK | 0.35 | 0 | 0.89 | 0.33 |
| HSL | 83.68º | 0.8% | 0.37% | - |
| HSV(B) | 83.68º | 0.89% | 0.67% | - |
| XYZ | 21.24 | 32.55 | 5.78 | - |
| YUV | 135.73 | 62.12 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 171 | 19 | 0.35 | 0 | 0.89 | 0.33 | 83.68 | 0.8 | 0.37 |
| Hex | 6F | AB | 13 | 23 | 0 | 59 | 21 | 54 | 50 | 25 |
| Octal | 157 | 253 | 23 | 43 | 0 | 131 | 41 | 124 | 120 | 45 |
| Binary | 1101111 | 10101011 | 10011 | 100011 | 0 | 1011001 | 100001 | 1010100 | 1010000 | 100101 |
Color Harmonies of #6FAB13
Complementary color
Monochromatic Colors of #6FAB13
Black with #6FAB13
Text Example
Text Example
White with #6FAB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAB13; }
p { color: rgb(111,171,19); }
H1.HeaderClassName
{
color: #6FAB13;
}
.AnyTagClassName
{
color: #6FAB13;
}
</style>
background-color css
<style>
a { background-color: #6FAB13; }
a { background-color: rgb(111,171,19); }
div.DivClassName
{
background-color: #6FAB13;
}
.BgClassName
{
background-color: #6FAB13;
}
</style>
border-color css
<style>
span { border-color: #6FAB13; }
span { border-color: rgb(111,171,19); }
td.TdClassName
{
border-color: #6FAB13;
}
.TagClassName
{
border-color: #6FAB13;
}
</style>