Shades of Christi #67BB05
Tints of Christi #67BB05
RGB
CMYK
RGB Variations
Color information
#67BB05 (or 0x67BB05) is known color: Christi. HEX triplet: 67, BB and 05. RGB value is (103,187,5). Sum of RGB (Red+Green+Blue) = 103+187+5=295 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.92% from 295); Green value is 187 (73.44% from 255 or 63.39% from 295); Blue value is 5 (2.34% from 255 or 1.69% from 295); Max value from RGB is 187 - color contains mainly: green. Hex color #67BB05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #67BB05 is #9844FA. Grayscale: #8D8D8D. Windows color (decimal): -9979131 or 375655. OLE color: 375655.
HSL color Cylindrical-coordinate representation of color #67BB05: hue angle of 87.69º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #67BB05 is Cyan = 0.45, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 187 | 5 | - |
| CMYK | 0.45 | 0 | 0.97 | 0.27 |
| HSL | 87.69º | 0.95% | 0.38% | - |
| HSV(B) | 87.69º | 0.97% | 0.73% | - |
| XYZ | 23.39 | 38.44 | 6.33 | - |
| YUV | 141.14 | 51.17 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 187 | 5 | 0.45 | 0 | 0.97 | 0.27 | 87.69 | 0.95 | 0.38 |
| Hex | 67 | BB | 5 | 2D | 0 | 61 | 1B | 58 | 5F | 26 |
| Octal | 147 | 273 | 5 | 55 | 0 | 141 | 33 | 130 | 137 | 46 |
| Binary | 1100111 | 10111011 | 101 | 101101 | 0 | 1100001 | 11011 | 1011000 | 1011111 | 100110 |
Color Harmonies of #67BB05
Complementary color
Monochromatic Colors of #67BB05
Black with #67BB05
Text Example
Text Example
White with #67BB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BB05; }
p { color: rgb(103,187,5); }
H1.HeaderClassName
{
color: #67BB05;
}
.AnyTagClassName
{
color: #67BB05;
}
</style>
background-color css
<style>
a { background-color: #67BB05; }
a { background-color: rgb(103,187,5); }
div.DivClassName
{
background-color: #67BB05;
}
.BgClassName
{
background-color: #67BB05;
}
</style>
border-color css
<style>
span { border-color: #67BB05; }
span { border-color: rgb(103,187,5); }
td.TdClassName
{
border-color: #67BB05;
}
.TagClassName
{
border-color: #67BB05;
}
</style>