Shades of Christi #689F17
Tints of Christi #689F17
RGB
CMYK
RGB Variations
Color information
#689F17 (or 0x689F17) is known color: Christi. HEX triplet: 68, 9F and 17. RGB value is (104,159,23). Sum of RGB (Red+Green+Blue) = 104+159+23=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 159 (62.5% from 255 or 55.59% from 286); Blue value is 23 (9.38% from 255 or 8.04% from 286); Max value from RGB is 159 - color contains mainly: green. Hex color #689F17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689F17 is #9760E8. Grayscale: #7F7F7F. Windows color (decimal): -9920745 or 1548136. OLE color: 1548136.
HSL color Cylindrical-coordinate representation of color #689F17: hue angle of 84.26º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #689F17 is Cyan = 0.35, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 159 | 23 | - |
| CMYK | 0.35 | 0 | 0.86 | 0.38 |
| HSL | 84.26º | 0.75% | 0.36% | - |
| HSV(B) | 84.26º | 0.86% | 0.62% | - |
| XYZ | 18.26 | 27.8 | 5.21 | - |
| YUV | 127.05 | 69.28 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 159 | 23 | 0.35 | 0 | 0.86 | 0.38 | 84.26 | 0.75 | 0.36 |
| Hex | 68 | 9F | 17 | 23 | 0 | 56 | 26 | 54 | 4B | 24 |
| Octal | 150 | 237 | 27 | 43 | 0 | 126 | 46 | 124 | 113 | 44 |
| Binary | 1101000 | 10011111 | 10111 | 100011 | 0 | 1010110 | 100110 | 1010100 | 1001011 | 100100 |
Color Harmonies of #689F17
Complementary color
Monochromatic Colors of #689F17
Black with #689F17
Text Example
Text Example
White with #689F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689F17; }
p { color: rgb(104,159,23); }
H1.HeaderClassName
{
color: #689F17;
}
.AnyTagClassName
{
color: #689F17;
}
</style>
background-color css
<style>
a { background-color: #689F17; }
a { background-color: rgb(104,159,23); }
div.DivClassName
{
background-color: #689F17;
}
.BgClassName
{
background-color: #689F17;
}
</style>
border-color css
<style>
span { border-color: #689F17; }
span { border-color: rgb(104,159,23); }
td.TdClassName
{
border-color: #689F17;
}
.TagClassName
{
border-color: #689F17;
}
</style>