Shades of Christi #67BB29
Tints of Christi #67BB29
RGB
CMYK
RGB Variations
Color information
#67BB29 (or 0x67BB29) is known color: Christi. HEX triplet: 67, BB and 29. RGB value is (103,187,41). Sum of RGB (Red+Green+Blue) = 103+187+41=331 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.12% from 331); Green value is 187 (73.44% from 255 or 56.50% from 331); Blue value is 41 (16.41% from 255 or 12.39% from 331); Max value from RGB is 187 - color contains mainly: green. Hex color #67BB29 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67BB29 is #9844D6. Grayscale: #919191. Windows color (decimal): -9979095 or 2734951. OLE color: 2734951.
HSL color Cylindrical-coordinate representation of color #67BB29: hue angle of 94.52º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #67BB29 is Cyan = 0.45, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 187 | 41 | - |
| CMYK | 0.45 | 0 | 0.78 | 0.27 |
| HSL | 94.52º | 0.64% | 0.45% | - |
| HSV(B) | 94.52º | 0.78% | 0.73% | - |
| XYZ | 23.76 | 38.58 | 8.29 | - |
| YUV | 145.24 | 69.17 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 187 | 41 | 0.45 | 0 | 0.78 | 0.27 | 94.52 | 0.64 | 0.45 |
| Hex | 67 | BB | 29 | 2D | 0 | 4E | 1B | 5F | 40 | 2D |
| Octal | 147 | 273 | 51 | 55 | 0 | 116 | 33 | 137 | 100 | 55 |
| Binary | 1100111 | 10111011 | 101001 | 101101 | 0 | 1001110 | 11011 | 1011111 | 1000000 | 101101 |
Color Harmonies of #67BB29
Complementary color
Monochromatic Colors of #67BB29
Black with #67BB29
Text Example
Text Example
White with #67BB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BB29; }
p { color: rgb(103,187,41); }
H1.HeaderClassName
{
color: #67BB29;
}
.AnyTagClassName
{
color: #67BB29;
}
</style>
background-color css
<style>
a { background-color: #67BB29; }
a { background-color: rgb(103,187,41); }
div.DivClassName
{
background-color: #67BB29;
}
.BgClassName
{
background-color: #67BB29;
}
</style>
border-color css
<style>
span { border-color: #67BB29; }
span { border-color: rgb(103,187,41); }
td.TdClassName
{
border-color: #67BB29;
}
.TagClassName
{
border-color: #67BB29;
}
</style>