Shades of Christi #689D17
Tints of Christi #689D17
RGB
CMYK
RGB Variations
Color information
#689D17 (or 0x689D17) is known color: Christi. HEX triplet: 68, 9D and 17. RGB value is (104,157,23). Sum of RGB (Red+Green+Blue) = 104+157+23=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 157 (61.72% from 255 or 55.28% from 284); Blue value is 23 (9.38% from 255 or 8.10% from 284); Max value from RGB is 157 - color contains mainly: green. Hex color #689D17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689D17 is #9762E8. Grayscale: #7E7E7E. Windows color (decimal): -9921257 or 1547624. OLE color: 1547624.
HSL color Cylindrical-coordinate representation of color #689D17: hue angle of 83.73º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #689D17 is Cyan = 0.34, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 157 | 23 | - |
| CMYK | 0.34 | 0 | 0.85 | 0.38 |
| HSL | 83.73º | 0.74% | 0.35% | - |
| HSV(B) | 83.73º | 0.85% | 0.62% | - |
| XYZ | 17.92 | 27.12 | 5.1 | - |
| YUV | 125.88 | 69.94 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 157 | 23 | 0.34 | 0 | 0.85 | 0.38 | 83.73 | 0.74 | 0.35 |
| Hex | 68 | 9D | 17 | 22 | 0 | 55 | 26 | 54 | 4A | 23 |
| Octal | 150 | 235 | 27 | 42 | 0 | 125 | 46 | 124 | 112 | 43 |
| Binary | 1101000 | 10011101 | 10111 | 100010 | 0 | 1010101 | 100110 | 1010100 | 1001010 | 100011 |
Color Harmonies of #689D17
Complementary color
Monochromatic Colors of #689D17
Black with #689D17
Text Example
Text Example
White with #689D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689D17; }
p { color: rgb(104,157,23); }
H1.HeaderClassName
{
color: #689D17;
}
.AnyTagClassName
{
color: #689D17;
}
</style>
background-color css
<style>
a { background-color: #689D17; }
a { background-color: rgb(104,157,23); }
div.DivClassName
{
background-color: #689D17;
}
.BgClassName
{
background-color: #689D17;
}
</style>
border-color css
<style>
span { border-color: #689D17; }
span { border-color: rgb(104,157,23); }
td.TdClassName
{
border-color: #689D17;
}
.TagClassName
{
border-color: #689D17;
}
</style>