Shades of Christi #69BA17
Tints of Christi #69BA17
RGB
CMYK
RGB Variations
Color information
#69BA17 (or 0x69BA17) is known color: Christi. HEX triplet: 69, BA and 17. RGB value is (105,186,23). Sum of RGB (Red+Green+Blue) = 105+186+23=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 186 (73.05% from 255 or 59.24% from 314); Blue value is 23 (9.38% from 255 or 7.32% from 314); Max value from RGB is 186 - color contains mainly: green. Hex color #69BA17 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69BA17 is #9645E8. Grayscale: #8F8F8F. Windows color (decimal): -9848297 or 1555049. OLE color: 1555049.
HSL color Cylindrical-coordinate representation of color #69BA17: hue angle of 89.82º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #69BA17 is Cyan = 0.44, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 186 | 23 | - |
| CMYK | 0.44 | 0 | 0.88 | 0.27 |
| HSL | 89.82º | 0.78% | 0.41% | - |
| HSV(B) | 89.82º | 0.88% | 0.73% | - |
| XYZ | 23.54 | 38.18 | 6.94 | - |
| YUV | 143.2 | 60.16 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 186 | 23 | 0.44 | 0 | 0.88 | 0.27 | 89.82 | 0.78 | 0.41 |
| Hex | 69 | BA | 17 | 2C | 0 | 58 | 1B | 5A | 4E | 29 |
| Octal | 151 | 272 | 27 | 54 | 0 | 130 | 33 | 132 | 116 | 51 |
| Binary | 1101001 | 10111010 | 10111 | 101100 | 0 | 1011000 | 11011 | 1011010 | 1001110 | 101001 |
Color Harmonies of #69BA17
Complementary color
Monochromatic Colors of #69BA17
Black with #69BA17
Text Example
Text Example
White with #69BA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BA17; }
p { color: rgb(105,186,23); }
H1.HeaderClassName
{
color: #69BA17;
}
.AnyTagClassName
{
color: #69BA17;
}
</style>
background-color css
<style>
a { background-color: #69BA17; }
a { background-color: rgb(105,186,23); }
div.DivClassName
{
background-color: #69BA17;
}
.BgClassName
{
background-color: #69BA17;
}
</style>
border-color css
<style>
span { border-color: #69BA17; }
span { border-color: rgb(105,186,23); }
td.TdClassName
{
border-color: #69BA17;
}
.TagClassName
{
border-color: #69BA17;
}
</style>