Shades of Christi #67BB07
Tints of Christi #67BB07
RGB
CMYK
RGB Variations
Color information
#67BB07 (or 0x67BB07) is known color: Christi. HEX triplet: 67, BB and 07. RGB value is (103,187,7). Sum of RGB (Red+Green+Blue) = 103+187+7=297 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.68% from 297); Green value is 187 (73.44% from 255 or 62.96% from 297); Blue value is 7 (3.12% from 255 or 2.36% from 297); Max value from RGB is 187 - color contains mainly: green. Hex color #67BB07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #67BB07 is #9844F8. Grayscale: #8E8E8E. Windows color (decimal): -9979129 or 506727. OLE color: 506727.
HSL color Cylindrical-coordinate representation of color #67BB07: hue angle of 88º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #67BB07 is Cyan = 0.45, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 187 | 7 | - |
| CMYK | 0.45 | 0 | 0.96 | 0.27 |
| HSL | 88º | 0.93% | 0.38% | - |
| HSV(B) | 88º | 0.96% | 0.73% | - |
| XYZ | 23.4 | 38.44 | 6.39 | - |
| YUV | 141.36 | 52.17 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 187 | 7 | 0.45 | 0 | 0.96 | 0.27 | 88 | 0.93 | 0.38 |
| Hex | 67 | BB | 7 | 2D | 0 | 60 | 1B | 58 | 5D | 26 |
| Octal | 147 | 273 | 7 | 55 | 0 | 140 | 33 | 130 | 135 | 46 |
| Binary | 1100111 | 10111011 | 111 | 101101 | 0 | 1100000 | 11011 | 1011000 | 1011101 | 100110 |
Color Harmonies of #67BB07
Complementary color
Monochromatic Colors of #67BB07
Black with #67BB07
Text Example
Text Example
White with #67BB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BB07; }
p { color: rgb(103,187,7); }
H1.HeaderClassName
{
color: #67BB07;
}
.AnyTagClassName
{
color: #67BB07;
}
</style>
background-color css
<style>
a { background-color: #67BB07; }
a { background-color: rgb(103,187,7); }
div.DivClassName
{
background-color: #67BB07;
}
.BgClassName
{
background-color: #67BB07;
}
</style>
border-color css
<style>
span { border-color: #67BB07; }
span { border-color: rgb(103,187,7); }
td.TdClassName
{
border-color: #67BB07;
}
.TagClassName
{
border-color: #67BB07;
}
</style>