Shades of Christi #73AF07
Tints of Christi #73AF07
RGB
CMYK
RGB Variations
Color information
#73AF07 (or 0x73AF07) is known color: Christi. HEX triplet: 73, AF and 07. RGB value is (115,175,7). Sum of RGB (Red+Green+Blue) = 115+175+7=297 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.72% from 297); Green value is 175 (68.75% from 255 or 58.92% from 297); Blue value is 7 (3.12% from 255 or 2.36% from 297); Max value from RGB is 175 - color contains mainly: green. Hex color #73AF07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73AF07 is #8C50F8. Grayscale: #8A8A8A. Windows color (decimal): -9195769 or 503667. OLE color: 503667.
HSL color Cylindrical-coordinate representation of color #73AF07: hue angle of 81.43º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #73AF07 is Cyan = 0.34, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 175 | 7 | - |
| CMYK | 0.34 | 0 | 0.96 | 0.31 |
| HSL | 81.43º | 0.92% | 0.36% | - |
| HSV(B) | 81.43º | 0.96% | 0.69% | - |
| XYZ | 22.44 | 34.32 | 5.64 | - |
| YUV | 137.91 | 54.12 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 175 | 7 | 0.34 | 0 | 0.96 | 0.31 | 81.43 | 0.92 | 0.36 |
| Hex | 73 | AF | 7 | 22 | 0 | 60 | 1F | 51 | 5C | 24 |
| Octal | 163 | 257 | 7 | 42 | 0 | 140 | 37 | 121 | 134 | 44 |
| Binary | 1110011 | 10101111 | 111 | 100010 | 0 | 1100000 | 11111 | 1010001 | 1011100 | 100100 |
Color Harmonies of #73AF07
Complementary color
Monochromatic Colors of #73AF07
Black with #73AF07
Text Example
Text Example
White with #73AF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AF07; }
p { color: rgb(115,175,7); }
H1.HeaderClassName
{
color: #73AF07;
}
.AnyTagClassName
{
color: #73AF07;
}
</style>
background-color css
<style>
a { background-color: #73AF07; }
a { background-color: rgb(115,175,7); }
div.DivClassName
{
background-color: #73AF07;
}
.BgClassName
{
background-color: #73AF07;
}
</style>
border-color css
<style>
span { border-color: #73AF07; }
span { border-color: rgb(115,175,7); }
td.TdClassName
{
border-color: #73AF07;
}
.TagClassName
{
border-color: #73AF07;
}
</style>