Shades of Christi #69AD29
Tints of Christi #69AD29
RGB
CMYK
RGB Variations
Color information
#69AD29 (or 0x69AD29) is known color: Christi. HEX triplet: 69, AD and 29. RGB value is (105,173,41). Sum of RGB (Red+Green+Blue) = 105+173+41=319 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.92% from 319); Green value is 173 (67.97% from 255 or 54.23% from 319); Blue value is 41 (16.41% from 255 or 12.85% from 319); Max value from RGB is 173 - color contains mainly: green. Hex color #69AD29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69AD29 is #9652D6. Grayscale: #8A8A8A. Windows color (decimal): -9851607 or 2731369. OLE color: 2731369.
HSL color Cylindrical-coordinate representation of color #69AD29: hue angle of 90.91º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #69AD29 is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 105 | 173 | 41 | - |
| CMYK | 0.39 | 0 | 0.76 | 0.32 |
| HSL | 90.91º | 0.62% | 0.42% | - |
| HSV(B) | 90.91º | 0.76% | 0.68% | - |
| XYZ | 21.17 | 33.05 | 7.36 | - |
| YUV | 137.62 | 73.47 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 173 | 41 | 0.39 | 0 | 0.76 | 0.32 | 90.91 | 0.62 | 0.42 |
| Hex | 69 | AD | 29 | 27 | 0 | 4C | 20 | 5B | 3E | 2A |
| Octal | 151 | 255 | 51 | 47 | 0 | 114 | 40 | 133 | 76 | 52 |
| Binary | 1101001 | 10101101 | 101001 | 100111 | 0 | 1001100 | 100000 | 1011011 | 111110 | 101010 |
Color Harmonies of #69AD29
Complementary color
Monochromatic Colors of #69AD29
Black with #69AD29
Text Example
Text Example
White with #69AD29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69AD29; }
p { color: rgb(105,173,41); }
H1.HeaderClassName
{
color: #69AD29;
}
.AnyTagClassName
{
color: #69AD29;
}
</style>
background-color css
<style>
a { background-color: #69AD29; }
a { background-color: rgb(105,173,41); }
div.DivClassName
{
background-color: #69AD29;
}
.BgClassName
{
background-color: #69AD29;
}
</style>
border-color css
<style>
span { border-color: #69AD29; }
span { border-color: rgb(105,173,41); }
td.TdClassName
{
border-color: #69AD29;
}
.TagClassName
{
border-color: #69AD29;
}
</style>