Shades of Christi #73AB1B
Tints of Christi #73AB1B
RGB
CMYK
RGB Variations
Color information
#73AB1B (or 0x73AB1B) is known color: Christi. HEX triplet: 73, AB and 1B. RGB value is (115,171,27). Sum of RGB (Red+Green+Blue) = 115+171+27=313 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.74% from 313); Green value is 171 (67.19% from 255 or 54.63% from 313); Blue value is 27 (10.94% from 255 or 8.63% from 313); Max value from RGB is 171 - color contains mainly: green. Hex color #73AB1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73AB1B is #8C54E4. Grayscale: #8A8A8A. Windows color (decimal): -9196773 or 1813363. OLE color: 1813363.
HSL color Cylindrical-coordinate representation of color #73AB1B: hue angle of 83.33º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #73AB1B is Cyan = 0.33, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 171 | 27 | - |
| CMYK | 0.33 | 0 | 0.84 | 0.33 |
| HSL | 83.33º | 0.73% | 0.39% | - |
| HSV(B) | 83.33º | 0.84% | 0.67% | - |
| XYZ | 21.83 | 32.85 | 6.23 | - |
| YUV | 137.84 | 65.45 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 171 | 27 | 0.33 | 0 | 0.84 | 0.33 | 83.33 | 0.73 | 0.39 |
| Hex | 73 | AB | 1B | 21 | 0 | 54 | 21 | 53 | 49 | 27 |
| Octal | 163 | 253 | 33 | 41 | 0 | 124 | 41 | 123 | 111 | 47 |
| Binary | 1110011 | 10101011 | 11011 | 100001 | 0 | 1010100 | 100001 | 1010011 | 1001001 | 100111 |
Color Harmonies of #73AB1B
Complementary color
Monochromatic Colors of #73AB1B
Black with #73AB1B
Text Example
Text Example
White with #73AB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AB1B; }
p { color: rgb(115,171,27); }
H1.HeaderClassName
{
color: #73AB1B;
}
.AnyTagClassName
{
color: #73AB1B;
}
</style>
background-color css
<style>
a { background-color: #73AB1B; }
a { background-color: rgb(115,171,27); }
div.DivClassName
{
background-color: #73AB1B;
}
.BgClassName
{
background-color: #73AB1B;
}
</style>
border-color css
<style>
span { border-color: #73AB1B; }
span { border-color: rgb(115,171,27); }
td.TdClassName
{
border-color: #73AB1B;
}
.TagClassName
{
border-color: #73AB1B;
}
</style>