Shades of Christi #67BB16
Tints of Christi #67BB16
RGB
CMYK
RGB Variations
Color information
#67BB16 (or 0x67BB16) is known color: Christi. HEX triplet: 67, BB and 16. RGB value is (103,187,22). Sum of RGB (Red+Green+Blue) = 103+187+22=312 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.01% from 312); Green value is 187 (73.44% from 255 or 59.94% from 312); Blue value is 22 (8.98% from 255 or 7.05% from 312); Max value from RGB is 187 - color contains mainly: green. Hex color #67BB16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #67BB16 is #9844E9. Grayscale: #8F8F8F. Windows color (decimal): -9979114 or 1489767. OLE color: 1489767.
HSL color Cylindrical-coordinate representation of color #67BB16: hue angle of 90.55º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #67BB16 is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 187 | 22 | - |
| CMYK | 0.45 | 0 | 0.88 | 0.27 |
| HSL | 90.55º | 0.79% | 0.41% | - |
| HSV(B) | 90.55º | 0.88% | 0.73% | - |
| XYZ | 23.51 | 38.48 | 6.95 | - |
| YUV | 143.07 | 59.67 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 187 | 22 | 0.45 | 0 | 0.88 | 0.27 | 90.55 | 0.79 | 0.41 |
| Hex | 67 | BB | 16 | 2D | 0 | 58 | 1B | 5B | 4F | 29 |
| Octal | 147 | 273 | 26 | 55 | 0 | 130 | 33 | 133 | 117 | 51 |
| Binary | 1100111 | 10111011 | 10110 | 101101 | 0 | 1011000 | 11011 | 1011011 | 1001111 | 101001 |
Color Harmonies of #67BB16
Complementary color
Monochromatic Colors of #67BB16
Black with #67BB16
Text Example
Text Example
White with #67BB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BB16; }
p { color: rgb(103,187,22); }
H1.HeaderClassName
{
color: #67BB16;
}
.AnyTagClassName
{
color: #67BB16;
}
</style>
background-color css
<style>
a { background-color: #67BB16; }
a { background-color: rgb(103,187,22); }
div.DivClassName
{
background-color: #67BB16;
}
.BgClassName
{
background-color: #67BB16;
}
</style>
border-color css
<style>
span { border-color: #67BB16; }
span { border-color: rgb(103,187,22); }
td.TdClassName
{
border-color: #67BB16;
}
.TagClassName
{
border-color: #67BB16;
}
</style>