Shades of Christi #73AF1D
Tints of Christi #73AF1D
RGB
CMYK
RGB Variations
Color information
#73AF1D (or 0x73AF1D) is known color: Christi. HEX triplet: 73, AF and 1D. RGB value is (115,175,29). Sum of RGB (Red+Green+Blue) = 115+175+29=319 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.05% from 319); Green value is 175 (68.75% from 255 or 54.86% from 319); Blue value is 29 (11.72% from 255 or 9.09% from 319); Max value from RGB is 175 - color contains mainly: green. Hex color #73AF1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73AF1D is #8C50E2. Grayscale: #8C8C8C. Windows color (decimal): -9195747 or 1945459. OLE color: 1945459.
HSL color Cylindrical-coordinate representation of color #73AF1D: hue angle of 84.66º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #73AF1D is Cyan = 0.34, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 175 | 29 | - |
| CMYK | 0.34 | 0 | 0.83 | 0.31 |
| HSL | 84.66º | 0.72% | 0.4% | - |
| HSV(B) | 84.66º | 0.83% | 0.69% | - |
| XYZ | 22.62 | 34.39 | 6.61 | - |
| YUV | 140.42 | 65.12 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 175 | 29 | 0.34 | 0 | 0.83 | 0.31 | 84.66 | 0.72 | 0.4 |
| Hex | 73 | AF | 1D | 22 | 0 | 53 | 1F | 55 | 48 | 28 |
| Octal | 163 | 257 | 35 | 42 | 0 | 123 | 37 | 125 | 110 | 50 |
| Binary | 1110011 | 10101111 | 11101 | 100010 | 0 | 1010011 | 11111 | 1010101 | 1001000 | 101000 |
Color Harmonies of #73AF1D
Complementary color
Monochromatic Colors of #73AF1D
Black with #73AF1D
Text Example
Text Example
White with #73AF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AF1D; }
p { color: rgb(115,175,29); }
H1.HeaderClassName
{
color: #73AF1D;
}
.AnyTagClassName
{
color: #73AF1D;
}
</style>
background-color css
<style>
a { background-color: #73AF1D; }
a { background-color: rgb(115,175,29); }
div.DivClassName
{
background-color: #73AF1D;
}
.BgClassName
{
background-color: #73AF1D;
}
</style>
border-color css
<style>
span { border-color: #73AF1D; }
span { border-color: rgb(115,175,29); }
td.TdClassName
{
border-color: #73AF1D;
}
.TagClassName
{
border-color: #73AF1D;
}
</style>