Shades of Christi #73B00C
Tints of Christi #73B00C
RGB
CMYK
RGB Variations
Color information
#73B00C (or 0x73B00C) is known color: Christi. HEX triplet: 73, B0 and 0C. RGB value is (115,176,12). Sum of RGB (Red+Green+Blue) = 115+176+12=303 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.95% from 303); Green value is 176 (69.14% from 255 or 58.09% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 176 - color contains mainly: green. Hex color #73B00C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73B00C is #8C4FF3. Grayscale: #8B8B8B. Windows color (decimal): -9195508 or 831603. OLE color: 831603.
HSL color Cylindrical-coordinate representation of color #73B00C: hue angle of 82.32º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #73B00C is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 176 | 12 | - |
| CMYK | 0.35 | 0 | 0.93 | 0.31 |
| HSL | 82.32º | 0.87% | 0.37% | - |
| HSV(B) | 82.32º | 0.93% | 0.69% | - |
| XYZ | 22.66 | 34.72 | 5.86 | - |
| YUV | 139.07 | 56.29 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 176 | 12 | 0.35 | 0 | 0.93 | 0.31 | 82.32 | 0.87 | 0.37 |
| Hex | 73 | B0 | C | 23 | 0 | 5D | 1F | 52 | 57 | 25 |
| Octal | 163 | 260 | 14 | 43 | 0 | 135 | 37 | 122 | 127 | 45 |
| Binary | 1110011 | 10110000 | 1100 | 100011 | 0 | 1011101 | 11111 | 1010010 | 1010111 | 100101 |
Color Harmonies of #73B00C
Complementary color
Monochromatic Colors of #73B00C
Black with #73B00C
Text Example
Text Example
White with #73B00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B00C; }
p { color: rgb(115,176,12); }
H1.HeaderClassName
{
color: #73B00C;
}
.AnyTagClassName
{
color: #73B00C;
}
</style>
background-color css
<style>
a { background-color: #73B00C; }
a { background-color: rgb(115,176,12); }
div.DivClassName
{
background-color: #73B00C;
}
.BgClassName
{
background-color: #73B00C;
}
</style>
border-color css
<style>
span { border-color: #73B00C; }
span { border-color: rgb(115,176,12); }
td.TdClassName
{
border-color: #73B00C;
}
.TagClassName
{
border-color: #73B00C;
}
</style>