Shades of Christi #67AB16
Tints of Christi #67AB16
RGB
CMYK
RGB Variations
Color information
#67AB16 (or 0x67AB16) is known color: Christi. HEX triplet: 67, AB and 16. RGB value is (103,171,22). Sum of RGB (Red+Green+Blue) = 103+171+22=296 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.80% from 296); Green value is 171 (67.19% from 255 or 57.77% from 296); Blue value is 22 (8.98% from 255 or 7.43% from 296); Max value from RGB is 171 - color contains mainly: green. Hex color #67AB16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67AB16 is #9854E9. Grayscale: #868686. Windows color (decimal): -9983210 or 1485671. OLE color: 1485671.
HSL color Cylindrical-coordinate representation of color #67AB16: hue angle of 87.38º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #67AB16 is Cyan = 0.40, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 171 | 22 | - |
| CMYK | 0.40 | 0 | 0.87 | 0.33 |
| HSL | 87.38º | 0.77% | 0.38% | - |
| HSV(B) | 87.38º | 0.87% | 0.67% | - |
| XYZ | 20.3 | 32.07 | 5.88 | - |
| YUV | 133.68 | 64.97 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 171 | 22 | 0.40 | 0 | 0.87 | 0.33 | 87.38 | 0.77 | 0.38 |
| Hex | 67 | AB | 16 | 28 | 0 | 57 | 21 | 57 | 4D | 26 |
| Octal | 147 | 253 | 26 | 50 | 0 | 127 | 41 | 127 | 115 | 46 |
| Binary | 1100111 | 10101011 | 10110 | 101000 | 0 | 1010111 | 100001 | 1010111 | 1001101 | 100110 |
Color Harmonies of #67AB16
Complementary color
Monochromatic Colors of #67AB16
Black with #67AB16
Text Example
Text Example
White with #67AB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AB16; }
p { color: rgb(103,171,22); }
H1.HeaderClassName
{
color: #67AB16;
}
.AnyTagClassName
{
color: #67AB16;
}
</style>
background-color css
<style>
a { background-color: #67AB16; }
a { background-color: rgb(103,171,22); }
div.DivClassName
{
background-color: #67AB16;
}
.BgClassName
{
background-color: #67AB16;
}
</style>
border-color css
<style>
span { border-color: #67AB16; }
span { border-color: rgb(103,171,22); }
td.TdClassName
{
border-color: #67AB16;
}
.TagClassName
{
border-color: #67AB16;
}
</style>