Shades of Christi #65AD0F
Tints of Christi #65AD0F
RGB
CMYK
RGB Variations
Color information
#65AD0F (or 0x65AD0F) is known color: Christi. HEX triplet: 65, AD and 0F. RGB value is (101,173,15). Sum of RGB (Red+Green+Blue) = 101+173+15=289 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.95% from 289); Green value is 173 (67.97% from 255 or 59.86% from 289); Blue value is 15 (6.25% from 255 or 5.19% from 289); Max value from RGB is 173 - color contains mainly: green. Hex color #65AD0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #65AD0F is #9A52F0. Grayscale: #868686. Windows color (decimal): -10113777 or 1027429. OLE color: 1027429.
HSL color Cylindrical-coordinate representation of color #65AD0F: hue angle of 87.34º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #65AD0F is Cyan = 0.42, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 173 | 15 | - |
| CMYK | 0.42 | 0 | 0.91 | 0.32 |
| HSL | 87.34º | 0.84% | 0.37% | - |
| HSV(B) | 87.34º | 0.91% | 0.68% | - |
| XYZ | 20.4 | 32.69 | 5.69 | - |
| YUV | 133.46 | 61.15 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 173 | 15 | 0.42 | 0 | 0.91 | 0.32 | 87.34 | 0.84 | 0.37 |
| Hex | 65 | AD | F | 2A | 0 | 5B | 20 | 57 | 54 | 25 |
| Octal | 145 | 255 | 17 | 52 | 0 | 133 | 40 | 127 | 124 | 45 |
| Binary | 1100101 | 10101101 | 1111 | 101010 | 0 | 1011011 | 100000 | 1010111 | 1010100 | 100101 |
Color Harmonies of #65AD0F
Complementary color
Monochromatic Colors of #65AD0F
Black with #65AD0F
Text Example
Text Example
White with #65AD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AD0F; }
p { color: rgb(101,173,15); }
H1.HeaderClassName
{
color: #65AD0F;
}
.AnyTagClassName
{
color: #65AD0F;
}
</style>
background-color css
<style>
a { background-color: #65AD0F; }
a { background-color: rgb(101,173,15); }
div.DivClassName
{
background-color: #65AD0F;
}
.BgClassName
{
background-color: #65AD0F;
}
</style>
border-color css
<style>
span { border-color: #65AD0F; }
span { border-color: rgb(101,173,15); }
td.TdClassName
{
border-color: #65AD0F;
}
.TagClassName
{
border-color: #65AD0F;
}
</style>