Shades of Christi #69AD04
Tints of Christi #69AD04
RGB
CMYK
RGB Variations
Color information
#69AD04 (or 0x69AD04) is known color: Christi. HEX triplet: 69, AD and 04. RGB value is (105,173,4). Sum of RGB (Red+Green+Blue) = 105+173+4=282 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.23% from 282); Green value is 173 (67.97% from 255 or 61.35% from 282); Blue value is 4 (1.95% from 255 or 1.42% from 282); Max value from RGB is 173 - color contains mainly: green. Hex color #69AD04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #69AD04 is #9652FB. Grayscale: #868686. Windows color (decimal): -9851644 or 306537. OLE color: 306537.
HSL color Cylindrical-coordinate representation of color #69AD04: hue angle of 84.14º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #69AD04 is Cyan = 0.39, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 105 | 173 | 4 | - |
| CMYK | 0.39 | 0 | 0.98 | 0.32 |
| HSL | 84.14º | 0.95% | 0.35% | - |
| HSV(B) | 84.14º | 0.98% | 0.68% | - |
| XYZ | 20.79 | 32.9 | 5.37 | - |
| YUV | 133.4 | 54.97 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 173 | 4 | 0.39 | 0 | 0.98 | 0.32 | 84.14 | 0.95 | 0.35 |
| Hex | 69 | AD | 4 | 27 | 0 | 62 | 20 | 54 | 5F | 23 |
| Octal | 151 | 255 | 4 | 47 | 0 | 142 | 40 | 124 | 137 | 43 |
| Binary | 1101001 | 10101101 | 100 | 100111 | 0 | 1100010 | 100000 | 1010100 | 1011111 | 100011 |
Color Harmonies of #69AD04
Complementary color
Monochromatic Colors of #69AD04
Black with #69AD04
Text Example
Text Example
White with #69AD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69AD04; }
p { color: rgb(105,173,4); }
H1.HeaderClassName
{
color: #69AD04;
}
.AnyTagClassName
{
color: #69AD04;
}
</style>
background-color css
<style>
a { background-color: #69AD04; }
a { background-color: rgb(105,173,4); }
div.DivClassName
{
background-color: #69AD04;
}
.BgClassName
{
background-color: #69AD04;
}
</style>
border-color css
<style>
span { border-color: #69AD04; }
span { border-color: rgb(105,173,4); }
td.TdClassName
{
border-color: #69AD04;
}
.TagClassName
{
border-color: #69AD04;
}
</style>