Shades of Christi #67C016
Tints of Christi #67C016
RGB
CMYK
RGB Variations
Color information
#67C016 (or 0x67C016) is known color: Christi. HEX triplet: 67, C0 and 16. RGB value is (103,192,22). Sum of RGB (Red+Green+Blue) = 103+192+22=317 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.49% from 317); Green value is 192 (75.39% from 255 or 60.57% from 317); Blue value is 22 (8.98% from 255 or 6.94% from 317); Max value from RGB is 192 - color contains mainly: green. Hex color #67C016 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #67C016 is #983FE9. Grayscale: #929292. Windows color (decimal): -9977834 or 1491047. OLE color: 1491047.
HSL color Cylindrical-coordinate representation of color #67C016: hue angle of 91.41º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #67C016 is Cyan = 0.46, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 192 | 22 | - |
| CMYK | 0.46 | 0 | 0.89 | 0.25 |
| HSL | 91.41º | 0.79% | 0.42% | - |
| HSV(B) | 91.41º | 0.89% | 0.75% | - |
| XYZ | 24.59 | 40.64 | 7.31 | - |
| YUV | 146.01 | 58.01 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 192 | 22 | 0.46 | 0 | 0.89 | 0.25 | 91.41 | 0.79 | 0.42 |
| Hex | 67 | C0 | 16 | 2E | 0 | 59 | 19 | 5B | 4F | 2A |
| Octal | 147 | 300 | 26 | 56 | 0 | 131 | 31 | 133 | 117 | 52 |
| Binary | 1100111 | 11000000 | 10110 | 101110 | 0 | 1011001 | 11001 | 1011011 | 1001111 | 101010 |
Color Harmonies of #67C016
Complementary color
Monochromatic Colors of #67C016
Black with #67C016
Text Example
Text Example
White with #67C016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67C016; }
p { color: rgb(103,192,22); }
H1.HeaderClassName
{
color: #67C016;
}
.AnyTagClassName
{
color: #67C016;
}
</style>
background-color css
<style>
a { background-color: #67C016; }
a { background-color: rgb(103,192,22); }
div.DivClassName
{
background-color: #67C016;
}
.BgClassName
{
background-color: #67C016;
}
</style>
border-color css
<style>
span { border-color: #67C016; }
span { border-color: rgb(103,192,22); }
td.TdClassName
{
border-color: #67C016;
}
.TagClassName
{
border-color: #67C016;
}
</style>