Shades of Christi #69A72C
Tints of Christi #69A72C
RGB
CMYK
RGB Variations
Color information
#69A72C (or 0x69A72C) is known color: Christi. HEX triplet: 69, A7 and 2C. RGB value is (105,167,44). Sum of RGB (Red+Green+Blue) = 105+167+44=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 167 (65.62% from 255 or 52.85% from 316); Blue value is 44 (17.58% from 255 or 13.92% from 316); Max value from RGB is 167 - color contains mainly: green. Hex color #69A72C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69A72C is #9658D3. Grayscale: #868686. Windows color (decimal): -9853140 or 2926441. OLE color: 2926441.
HSL color Cylindrical-coordinate representation of color #69A72C: hue angle of 90.24º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #69A72C is Cyan = 0.37, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 105 | 167 | 44 | - |
| CMYK | 0.37 | 0 | 0.74 | 0.35 |
| HSL | 90.24º | 0.58% | 0.41% | - |
| HSV(B) | 90.24º | 0.74% | 0.65% | - |
| XYZ | 20.1 | 30.82 | 7.27 | - |
| YUV | 134.44 | 76.96 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 167 | 44 | 0.37 | 0 | 0.74 | 0.35 | 90.24 | 0.58 | 0.41 |
| Hex | 69 | A7 | 2C | 25 | 0 | 4A | 23 | 5A | 3A | 29 |
| Octal | 151 | 247 | 54 | 45 | 0 | 112 | 43 | 132 | 72 | 51 |
| Binary | 1101001 | 10100111 | 101100 | 100101 | 0 | 1001010 | 100011 | 1011010 | 111010 | 101001 |
Color Harmonies of #69A72C
Complementary color
Monochromatic Colors of #69A72C
Black with #69A72C
Text Example
Text Example
White with #69A72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A72C; }
p { color: rgb(105,167,44); }
H1.HeaderClassName
{
color: #69A72C;
}
.AnyTagClassName
{
color: #69A72C;
}
</style>
background-color css
<style>
a { background-color: #69A72C; }
a { background-color: rgb(105,167,44); }
div.DivClassName
{
background-color: #69A72C;
}
.BgClassName
{
background-color: #69A72C;
}
</style>
border-color css
<style>
span { border-color: #69A72C; }
span { border-color: rgb(105,167,44); }
td.TdClassName
{
border-color: #69A72C;
}
.TagClassName
{
border-color: #69A72C;
}
</style>