Shades of Christi #689F19
Tints of Christi #689F19
RGB
CMYK
RGB Variations
Color information
#689F19 (or 0x689F19) is known color: Christi. HEX triplet: 68, 9F and 19. RGB value is (104,159,25). Sum of RGB (Red+Green+Blue) = 104+159+25=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 159 (62.5% from 255 or 55.21% from 288); Blue value is 25 (10.16% from 255 or 8.68% from 288); Max value from RGB is 159 - color contains mainly: green. Hex color #689F19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689F19 is #9760E6. Grayscale: #7F7F7F. Windows color (decimal): -9920743 or 1679208. OLE color: 1679208.
HSL color Cylindrical-coordinate representation of color #689F19: hue angle of 84.63º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #689F19 is Cyan = 0.35, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 159 | 25 | - |
| CMYK | 0.35 | 0 | 0.84 | 0.38 |
| HSL | 84.63º | 0.73% | 0.36% | - |
| HSV(B) | 84.63º | 0.84% | 0.62% | - |
| XYZ | 18.28 | 27.81 | 5.32 | - |
| YUV | 127.28 | 70.28 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 159 | 25 | 0.35 | 0 | 0.84 | 0.38 | 84.63 | 0.73 | 0.36 |
| Hex | 68 | 9F | 19 | 23 | 0 | 54 | 26 | 55 | 49 | 24 |
| Octal | 150 | 237 | 31 | 43 | 0 | 124 | 46 | 125 | 111 | 44 |
| Binary | 1101000 | 10011111 | 11001 | 100011 | 0 | 1010100 | 100110 | 1010101 | 1001001 | 100100 |
Color Harmonies of #689F19
Complementary color
Monochromatic Colors of #689F19
Black with #689F19
Text Example
Text Example
White with #689F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689F19; }
p { color: rgb(104,159,25); }
H1.HeaderClassName
{
color: #689F19;
}
.AnyTagClassName
{
color: #689F19;
}
</style>
background-color css
<style>
a { background-color: #689F19; }
a { background-color: rgb(104,159,25); }
div.DivClassName
{
background-color: #689F19;
}
.BgClassName
{
background-color: #689F19;
}
</style>
border-color css
<style>
span { border-color: #689F19; }
span { border-color: rgb(104,159,25); }
td.TdClassName
{
border-color: #689F19;
}
.TagClassName
{
border-color: #689F19;
}
</style>