Shades of Christi #67BB13
Tints of Christi #67BB13
RGB
CMYK
RGB Variations
Color information
#67BB13 (or 0x67BB13) is known color: Christi. HEX triplet: 67, BB and 13. RGB value is (103,187,19). Sum of RGB (Red+Green+Blue) = 103+187+19=309 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.33% from 309); Green value is 187 (73.44% from 255 or 60.52% from 309); Blue value is 19 (7.81% from 255 or 6.15% from 309); Max value from RGB is 187 - color contains mainly: green. Hex color #67BB13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #67BB13 is #9844EC. Grayscale: #8F8F8F. Windows color (decimal): -9979117 or 1293159. OLE color: 1293159.
HSL color Cylindrical-coordinate representation of color #67BB13: hue angle of 90º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #67BB13 is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 187 | 19 | - |
| CMYK | 0.45 | 0 | 0.90 | 0.27 |
| HSL | 90º | 0.82% | 0.4% | - |
| HSV(B) | 90º | 0.9% | 0.73% | - |
| XYZ | 23.48 | 38.47 | 6.8 | - |
| YUV | 142.73 | 58.17 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 187 | 19 | 0.45 | 0 | 0.90 | 0.27 | 90 | 0.82 | 0.4 |
| Hex | 67 | BB | 13 | 2D | 0 | 5A | 1B | 5A | 52 | 28 |
| Octal | 147 | 273 | 23 | 55 | 0 | 132 | 33 | 132 | 122 | 50 |
| Binary | 1100111 | 10111011 | 10011 | 101101 | 0 | 1011010 | 11011 | 1011010 | 1010010 | 101000 |
Color Harmonies of #67BB13
Complementary color
Monochromatic Colors of #67BB13
Black with #67BB13
Text Example
Text Example
White with #67BB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BB13; }
p { color: rgb(103,187,19); }
H1.HeaderClassName
{
color: #67BB13;
}
.AnyTagClassName
{
color: #67BB13;
}
</style>
background-color css
<style>
a { background-color: #67BB13; }
a { background-color: rgb(103,187,19); }
div.DivClassName
{
background-color: #67BB13;
}
.BgClassName
{
background-color: #67BB13;
}
</style>
border-color css
<style>
span { border-color: #67BB13; }
span { border-color: rgb(103,187,19); }
td.TdClassName
{
border-color: #67BB13;
}
.TagClassName
{
border-color: #67BB13;
}
</style>