Shades of Christi #67AF16
Tints of Christi #67AF16
RGB
CMYK
RGB Variations
Color information
#67AF16 (or 0x67AF16) is known color: Christi. HEX triplet: 67, AF and 16. RGB value is (103,175,22). Sum of RGB (Red+Green+Blue) = 103+175+22=300 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.33% from 300); Green value is 175 (68.75% from 255 or 58.33% from 300); Blue value is 22 (8.98% from 255 or 7.33% from 300); Max value from RGB is 175 - color contains mainly: green. Hex color #67AF16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67AF16 is #9850E9. Grayscale: #888888. Windows color (decimal): -9982186 or 1486695. OLE color: 1486695.
HSL color Cylindrical-coordinate representation of color #67AF16: hue angle of 88.24º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #67AF16 is Cyan = 0.41, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 103 | 175 | 22 | - |
| CMYK | 0.41 | 0 | 0.87 | 0.31 |
| HSL | 88.24º | 0.78% | 0.39% | - |
| HSV(B) | 88.24º | 0.87% | 0.69% | - |
| XYZ | 21.07 | 33.6 | 6.13 | - |
| YUV | 136.03 | 63.65 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 175 | 22 | 0.41 | 0 | 0.87 | 0.31 | 88.24 | 0.78 | 0.39 |
| Hex | 67 | AF | 16 | 29 | 0 | 57 | 1F | 58 | 4E | 27 |
| Octal | 147 | 257 | 26 | 51 | 0 | 127 | 37 | 130 | 116 | 47 |
| Binary | 1100111 | 10101111 | 10110 | 101001 | 0 | 1010111 | 11111 | 1011000 | 1001110 | 100111 |
Color Harmonies of #67AF16
Complementary color
Monochromatic Colors of #67AF16
Black with #67AF16
Text Example
Text Example
White with #67AF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AF16; }
p { color: rgb(103,175,22); }
H1.HeaderClassName
{
color: #67AF16;
}
.AnyTagClassName
{
color: #67AF16;
}
</style>
background-color css
<style>
a { background-color: #67AF16; }
a { background-color: rgb(103,175,22); }
div.DivClassName
{
background-color: #67AF16;
}
.BgClassName
{
background-color: #67AF16;
}
</style>
border-color css
<style>
span { border-color: #67AF16; }
span { border-color: rgb(103,175,22); }
td.TdClassName
{
border-color: #67AF16;
}
.TagClassName
{
border-color: #67AF16;
}
</style>