Shades of Christi #69A62A
Tints of Christi #69A62A
RGB
CMYK
RGB Variations
Color information
#69A62A (or 0x69A62A) is known color: Christi. HEX triplet: 69, A6 and 2A. RGB value is (105,166,42). Sum of RGB (Red+Green+Blue) = 105+166+42=313 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.55% from 313); Green value is 166 (65.23% from 255 or 53.04% from 313); Blue value is 42 (16.80% from 255 or 13.42% from 313); Max value from RGB is 166 - color contains mainly: green. Hex color #69A62A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69A62A is #9659D5. Grayscale: #868686. Windows color (decimal): -9853398 or 2795113. OLE color: 2795113.
HSL color Cylindrical-coordinate representation of color #69A62A: hue angle of 89.52º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #69A62A is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 105 | 166 | 42 | - |
| CMYK | 0.37 | 0 | 0.75 | 0.35 |
| HSL | 89.52º | 0.6% | 0.41% | - |
| HSV(B) | 89.52º | 0.75% | 0.65% | - |
| XYZ | 19.88 | 30.44 | 7.02 | - |
| YUV | 133.63 | 76.29 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 166 | 42 | 0.37 | 0 | 0.75 | 0.35 | 89.52 | 0.6 | 0.41 |
| Hex | 69 | A6 | 2A | 25 | 0 | 4B | 23 | 5A | 3C | 29 |
| Octal | 151 | 246 | 52 | 45 | 0 | 113 | 43 | 132 | 74 | 51 |
| Binary | 1101001 | 10100110 | 101010 | 100101 | 0 | 1001011 | 100011 | 1011010 | 111100 | 101001 |
Color Harmonies of #69A62A
Complementary color
Monochromatic Colors of #69A62A
Black with #69A62A
Text Example
Text Example
White with #69A62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A62A; }
p { color: rgb(105,166,42); }
H1.HeaderClassName
{
color: #69A62A;
}
.AnyTagClassName
{
color: #69A62A;
}
</style>
background-color css
<style>
a { background-color: #69A62A; }
a { background-color: rgb(105,166,42); }
div.DivClassName
{
background-color: #69A62A;
}
.BgClassName
{
background-color: #69A62A;
}
</style>
border-color css
<style>
span { border-color: #69A62A; }
span { border-color: rgb(105,166,42); }
td.TdClassName
{
border-color: #69A62A;
}
.TagClassName
{
border-color: #69A62A;
}
</style>