Shades of Christi #69AD0C
Tints of Christi #69AD0C
RGB
CMYK
RGB Variations
Color information
#69AD0C (or 0x69AD0C) is known color: Christi. HEX triplet: 69, AD and 0C. RGB value is (105,173,12). Sum of RGB (Red+Green+Blue) = 105+173+12=290 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.21% from 290); Green value is 173 (67.97% from 255 or 59.66% from 290); Blue value is 12 (5.08% from 255 or 4.14% from 290); Max value from RGB is 173 - color contains mainly: green. Hex color #69AD0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #69AD0C is #9652F3. Grayscale: #868686. Windows color (decimal): -9851636 or 830825. OLE color: 830825.
HSL color Cylindrical-coordinate representation of color #69AD0C: hue angle of 85.34º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #69AD0C is Cyan = 0.39, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 105 | 173 | 12 | - |
| CMYK | 0.39 | 0 | 0.93 | 0.32 |
| HSL | 85.34º | 0.87% | 0.36% | - |
| HSV(B) | 85.34º | 0.93% | 0.68% | - |
| XYZ | 20.84 | 32.92 | 5.6 | - |
| YUV | 134.31 | 58.97 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 173 | 12 | 0.39 | 0 | 0.93 | 0.32 | 85.34 | 0.87 | 0.36 |
| Hex | 69 | AD | C | 27 | 0 | 5D | 20 | 55 | 57 | 24 |
| Octal | 151 | 255 | 14 | 47 | 0 | 135 | 40 | 125 | 127 | 44 |
| Binary | 1101001 | 10101101 | 1100 | 100111 | 0 | 1011101 | 100000 | 1010101 | 1010111 | 100100 |
Color Harmonies of #69AD0C
Complementary color
Monochromatic Colors of #69AD0C
Black with #69AD0C
Text Example
Text Example
White with #69AD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69AD0C; }
p { color: rgb(105,173,12); }
H1.HeaderClassName
{
color: #69AD0C;
}
.AnyTagClassName
{
color: #69AD0C;
}
</style>
background-color css
<style>
a { background-color: #69AD0C; }
a { background-color: rgb(105,173,12); }
div.DivClassName
{
background-color: #69AD0C;
}
.BgClassName
{
background-color: #69AD0C;
}
</style>
border-color css
<style>
span { border-color: #69AD0C; }
span { border-color: rgb(105,173,12); }
td.TdClassName
{
border-color: #69AD0C;
}
.TagClassName
{
border-color: #69AD0C;
}
</style>