Shades of Christi #73BB09
Tints of Christi #73BB09
RGB
CMYK
RGB Variations
Color information
#73BB09 (or 0x73BB09) is known color: Christi. HEX triplet: 73, BB and 09. RGB value is (115,187,9). Sum of RGB (Red+Green+Blue) = 115+187+9=311 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.98% from 311); Green value is 187 (73.44% from 255 or 60.13% from 311); Blue value is 9 (3.91% from 255 or 2.89% from 311); Max value from RGB is 187 - color contains mainly: green. Hex color #73BB09 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73BB09 is #8C44F6. Grayscale: #919191. Windows color (decimal): -9192695 or 637811. OLE color: 637811.
HSL color Cylindrical-coordinate representation of color #73BB09: hue angle of 84.27º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #73BB09 is Cyan = 0.39, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 187 | 9 | - |
| CMYK | 0.39 | 0 | 0.95 | 0.27 |
| HSL | 84.27º | 0.91% | 0.38% | - |
| HSV(B) | 84.27º | 0.95% | 0.73% | - |
| XYZ | 24.89 | 39.21 | 6.51 | - |
| YUV | 145.18 | 51.15 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 187 | 9 | 0.39 | 0 | 0.95 | 0.27 | 84.27 | 0.91 | 0.38 |
| Hex | 73 | BB | 9 | 27 | 0 | 5F | 1B | 54 | 5B | 26 |
| Octal | 163 | 273 | 11 | 47 | 0 | 137 | 33 | 124 | 133 | 46 |
| Binary | 1110011 | 10111011 | 1001 | 100111 | 0 | 1011111 | 11011 | 1010100 | 1011011 | 100110 |
Color Harmonies of #73BB09
Complementary color
Monochromatic Colors of #73BB09
Black with #73BB09
Text Example
Text Example
White with #73BB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BB09; }
p { color: rgb(115,187,9); }
H1.HeaderClassName
{
color: #73BB09;
}
.AnyTagClassName
{
color: #73BB09;
}
</style>
background-color css
<style>
a { background-color: #73BB09; }
a { background-color: rgb(115,187,9); }
div.DivClassName
{
background-color: #73BB09;
}
.BgClassName
{
background-color: #73BB09;
}
</style>
border-color css
<style>
span { border-color: #73BB09; }
span { border-color: rgb(115,187,9); }
td.TdClassName
{
border-color: #73BB09;
}
.TagClassName
{
border-color: #73BB09;
}
</style>