Shades of Christi #73BD06
Tints of Christi #73BD06
RGB
CMYK
RGB Variations
Color information
#73BD06 (or 0x73BD06) is known color: Christi. HEX triplet: 73, BD and 06. RGB value is (115,189,6). Sum of RGB (Red+Green+Blue) = 115+189+6=310 (41% of max value = 765). Red value is 115 (45.31% from 255 or 37.10% from 310); Green value is 189 (74.22% from 255 or 60.97% from 310); Blue value is 6 (2.73% from 255 or 1.94% from 310); Max value from RGB is 189 - color contains mainly: green. Hex color #73BD06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73BD06 is #8C42F9. Grayscale: #929292. Windows color (decimal): -9192186 or 441715. OLE color: 441715.
HSL color Cylindrical-coordinate representation of color #73BD06: hue angle of 84.26º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #73BD06 is Cyan = 0.39, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 189 | 6 | - |
| CMYK | 0.39 | 0 | 0.97 | 0.26 |
| HSL | 84.26º | 0.94% | 0.38% | - |
| HSV(B) | 84.26º | 0.97% | 0.74% | - |
| XYZ | 25.3 | 40.05 | 6.57 | - |
| YUV | 146.01 | 48.98 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 189 | 6 | 0.39 | 0 | 0.97 | 0.26 | 84.26 | 0.94 | 0.38 |
| Hex | 73 | BD | 6 | 27 | 0 | 61 | 1A | 54 | 5E | 26 |
| Octal | 163 | 275 | 6 | 47 | 0 | 141 | 32 | 124 | 136 | 46 |
| Binary | 1110011 | 10111101 | 110 | 100111 | 0 | 1100001 | 11010 | 1010100 | 1011110 | 100110 |
Color Harmonies of #73BD06
Complementary color
Monochromatic Colors of #73BD06
Black with #73BD06
Text Example
Text Example
White with #73BD06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BD06; }
p { color: rgb(115,189,6); }
H1.HeaderClassName
{
color: #73BD06;
}
.AnyTagClassName
{
color: #73BD06;
}
</style>
background-color css
<style>
a { background-color: #73BD06; }
a { background-color: rgb(115,189,6); }
div.DivClassName
{
background-color: #73BD06;
}
.BgClassName
{
background-color: #73BD06;
}
</style>
border-color css
<style>
span { border-color: #73BD06; }
span { border-color: rgb(115,189,6); }
td.TdClassName
{
border-color: #73BD06;
}
.TagClassName
{
border-color: #73BD06;
}
</style>