Shades of Christi #73BB06
Tints of Christi #73BB06
RGB
CMYK
RGB Variations
Color information
#73BB06 (or 0x73BB06) is known color: Christi. HEX triplet: 73, BB and 06. RGB value is (115,187,6). Sum of RGB (Red+Green+Blue) = 115+187+6=308 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.34% from 308); Green value is 187 (73.44% from 255 or 60.71% from 308); Blue value is 6 (2.73% from 255 or 1.95% from 308); Max value from RGB is 187 - color contains mainly: green. Hex color #73BB06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73BB06 is #8C44F9. Grayscale: #919191. Windows color (decimal): -9192698 or 441203. OLE color: 441203.
HSL color Cylindrical-coordinate representation of color #73BB06: hue angle of 83.87º degrees, saturation: 0.94, 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 #73BB06 is Cyan = 0.39, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 187 | 6 | - |
| CMYK | 0.39 | 0 | 0.97 | 0.27 |
| HSL | 83.87º | 0.94% | 0.38% | - |
| HSV(B) | 83.87º | 0.97% | 0.73% | - |
| XYZ | 24.87 | 39.2 | 6.43 | - |
| YUV | 144.84 | 49.65 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 187 | 6 | 0.39 | 0 | 0.97 | 0.27 | 83.87 | 0.94 | 0.38 |
| Hex | 73 | BB | 6 | 27 | 0 | 61 | 1B | 54 | 5E | 26 |
| Octal | 163 | 273 | 6 | 47 | 0 | 141 | 33 | 124 | 136 | 46 |
| Binary | 1110011 | 10111011 | 110 | 100111 | 0 | 1100001 | 11011 | 1010100 | 1011110 | 100110 |
Color Harmonies of #73BB06
Complementary color
Monochromatic Colors of #73BB06
Black with #73BB06
Text Example
Text Example
White with #73BB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BB06; }
p { color: rgb(115,187,6); }
H1.HeaderClassName
{
color: #73BB06;
}
.AnyTagClassName
{
color: #73BB06;
}
</style>
background-color css
<style>
a { background-color: #73BB06; }
a { background-color: rgb(115,187,6); }
div.DivClassName
{
background-color: #73BB06;
}
.BgClassName
{
background-color: #73BB06;
}
</style>
border-color css
<style>
span { border-color: #73BB06; }
span { border-color: rgb(115,187,6); }
td.TdClassName
{
border-color: #73BB06;
}
.TagClassName
{
border-color: #73BB06;
}
</style>