Shades of Christi #69AD16
Tints of Christi #69AD16
RGB
CMYK
RGB Variations
Color information
#69AD16 (or 0x69AD16) is known color: Christi. HEX triplet: 69, AD and 16. RGB value is (105,173,22). Sum of RGB (Red+Green+Blue) = 105+173+22=300 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35% from 300); Green value is 173 (67.97% from 255 or 57.67% from 300); Blue value is 22 (8.98% from 255 or 7.33% from 300); Max value from RGB is 173 - color contains mainly: green. Hex color #69AD16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #69AD16 is #9652E9. Grayscale: #878787. Windows color (decimal): -9851626 or 1486185. OLE color: 1486185.
HSL color Cylindrical-coordinate representation of color #69AD16: hue angle of 87.02º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #69AD16 is Cyan = 0.39, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 105 | 173 | 22 | - |
| CMYK | 0.39 | 0 | 0.87 | 0.32 |
| HSL | 87.02º | 0.77% | 0.38% | - |
| HSV(B) | 87.02º | 0.87% | 0.68% | - |
| XYZ | 20.91 | 32.95 | 6.02 | - |
| YUV | 135.45 | 63.97 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 173 | 22 | 0.39 | 0 | 0.87 | 0.32 | 87.02 | 0.77 | 0.38 |
| Hex | 69 | AD | 16 | 27 | 0 | 57 | 20 | 57 | 4D | 26 |
| Octal | 151 | 255 | 26 | 47 | 0 | 127 | 40 | 127 | 115 | 46 |
| Binary | 1101001 | 10101101 | 10110 | 100111 | 0 | 1010111 | 100000 | 1010111 | 1001101 | 100110 |
Color Harmonies of #69AD16
Complementary color
Monochromatic Colors of #69AD16
Black with #69AD16
Text Example
Text Example
White with #69AD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69AD16; }
p { color: rgb(105,173,22); }
H1.HeaderClassName
{
color: #69AD16;
}
.AnyTagClassName
{
color: #69AD16;
}
</style>
background-color css
<style>
a { background-color: #69AD16; }
a { background-color: rgb(105,173,22); }
div.DivClassName
{
background-color: #69AD16;
}
.BgClassName
{
background-color: #69AD16;
}
</style>
border-color css
<style>
span { border-color: #69AD16; }
span { border-color: rgb(105,173,22); }
td.TdClassName
{
border-color: #69AD16;
}
.TagClassName
{
border-color: #69AD16;
}
</style>