Shades of Christi #67BB01
Tints of Christi #67BB01
RGB
CMYK
RGB Variations
Color information
#67BB01 (or 0x67BB01) is known color: Christi. HEX triplet: 67, BB and 01. RGB value is (103,187,1). Sum of RGB (Red+Green+Blue) = 103+187+1=291 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.40% from 291); Green value is 187 (73.44% from 255 or 64.26% from 291); Blue value is 1 (0.78% from 255 or 0.34% from 291); Max value from RGB is 187 - color contains mainly: green. Hex color #67BB01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #67BB01 is #9844FE. Grayscale: #8D8D8D. Windows color (decimal): -9979135 or 113511. OLE color: 113511.
HSL color Cylindrical-coordinate representation of color #67BB01: hue angle of 87.1º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #67BB01 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 187 | 1 | - |
| CMYK | 0.45 | 0 | 0.99 | 0.27 |
| HSL | 87.1º | 0.99% | 0.37% | - |
| HSV(B) | 87.1º | 0.99% | 0.73% | - |
| XYZ | 23.37 | 38.43 | 6.21 | - |
| YUV | 140.68 | 49.17 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 187 | 1 | 0.45 | 0 | 0.99 | 0.27 | 87.1 | 0.99 | 0.37 |
| Hex | 67 | BB | 1 | 2D | 0 | 63 | 1B | 57 | 63 | 25 |
| Octal | 147 | 273 | 1 | 55 | 0 | 143 | 33 | 127 | 143 | 45 |
| Binary | 1100111 | 10111011 | 1 | 101101 | 0 | 1100011 | 11011 | 1010111 | 1100011 | 100101 |
Color Harmonies of #67BB01
Complementary color
Monochromatic Colors of #67BB01
Black with #67BB01
Text Example
Text Example
White with #67BB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BB01; }
p { color: rgb(103,187,1); }
H1.HeaderClassName
{
color: #67BB01;
}
.AnyTagClassName
{
color: #67BB01;
}
</style>
background-color css
<style>
a { background-color: #67BB01; }
a { background-color: rgb(103,187,1); }
div.DivClassName
{
background-color: #67BB01;
}
.BgClassName
{
background-color: #67BB01;
}
</style>
border-color css
<style>
span { border-color: #67BB01; }
span { border-color: rgb(103,187,1); }
td.TdClassName
{
border-color: #67BB01;
}
.TagClassName
{
border-color: #67BB01;
}
</style>