Shades of Christi #67AC16
Tints of Christi #67AC16
RGB
CMYK
RGB Variations
Color information
#67AC16 (or 0x67AC16) is known color: Christi. HEX triplet: 67, AC and 16. RGB value is (103,172,22). Sum of RGB (Red+Green+Blue) = 103+172+22=297 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.68% from 297); Green value is 172 (67.58% from 255 or 57.91% from 297); Blue value is 22 (8.98% from 255 or 7.41% from 297); Max value from RGB is 172 - color contains mainly: green. Hex color #67AC16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67AC16 is #9853E9. Grayscale: #868686. Windows color (decimal): -9982954 or 1485927. OLE color: 1485927.
HSL color Cylindrical-coordinate representation of color #67AC16: hue angle of 87.6º 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 #67AC16 is Cyan = 0.40, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 172 | 22 | - |
| CMYK | 0.40 | 0 | 0.87 | 0.33 |
| HSL | 87.6º | 0.77% | 0.38% | - |
| HSV(B) | 87.6º | 0.87% | 0.67% | - |
| XYZ | 20.49 | 32.45 | 5.94 | - |
| YUV | 134.27 | 64.64 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 172 | 22 | 0.40 | 0 | 0.87 | 0.33 | 87.6 | 0.77 | 0.38 |
| Hex | 67 | AC | 16 | 28 | 0 | 57 | 21 | 58 | 4D | 26 |
| Octal | 147 | 254 | 26 | 50 | 0 | 127 | 41 | 130 | 115 | 46 |
| Binary | 1100111 | 10101100 | 10110 | 101000 | 0 | 1010111 | 100001 | 1011000 | 1001101 | 100110 |
Color Harmonies of #67AC16
Complementary color
Monochromatic Colors of #67AC16
Black with #67AC16
Text Example
Text Example
White with #67AC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AC16; }
p { color: rgb(103,172,22); }
H1.HeaderClassName
{
color: #67AC16;
}
.AnyTagClassName
{
color: #67AC16;
}
</style>
background-color css
<style>
a { background-color: #67AC16; }
a { background-color: rgb(103,172,22); }
div.DivClassName
{
background-color: #67AC16;
}
.BgClassName
{
background-color: #67AC16;
}
</style>
border-color css
<style>
span { border-color: #67AC16; }
span { border-color: rgb(103,172,22); }
td.TdClassName
{
border-color: #67AC16;
}
.TagClassName
{
border-color: #67AC16;
}
</style>