Shades of Christi #689F14
Tints of Christi #689F14
RGB
CMYK
RGB Variations
Color information
#689F14 (or 0x689F14) is known color: Christi. HEX triplet: 68, 9F and 14. RGB value is (104,159,20). Sum of RGB (Red+Green+Blue) = 104+159+20=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 159 (62.5% from 255 or 56.18% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 159 - color contains mainly: green. Hex color #689F14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689F14 is #9760EB. Grayscale: #7F7F7F. Windows color (decimal): -9920748 or 1351528. OLE color: 1351528.
HSL color Cylindrical-coordinate representation of color #689F14: hue angle of 83.74º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #689F14 is Cyan = 0.35, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 159 | 20 | - |
| CMYK | 0.35 | 0 | 0.87 | 0.38 |
| HSL | 83.74º | 0.78% | 0.35% | - |
| HSV(B) | 83.74º | 0.87% | 0.62% | - |
| XYZ | 18.23 | 27.79 | 5.06 | - |
| YUV | 126.71 | 67.78 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 159 | 20 | 0.35 | 0 | 0.87 | 0.38 | 83.74 | 0.78 | 0.35 |
| Hex | 68 | 9F | 14 | 23 | 0 | 57 | 26 | 54 | 4E | 23 |
| Octal | 150 | 237 | 24 | 43 | 0 | 127 | 46 | 124 | 116 | 43 |
| Binary | 1101000 | 10011111 | 10100 | 100011 | 0 | 1010111 | 100110 | 1010100 | 1001110 | 100011 |
Color Harmonies of #689F14
Complementary color
Monochromatic Colors of #689F14
Black with #689F14
Text Example
Text Example
White with #689F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689F14; }
p { color: rgb(104,159,20); }
H1.HeaderClassName
{
color: #689F14;
}
.AnyTagClassName
{
color: #689F14;
}
</style>
background-color css
<style>
a { background-color: #689F14; }
a { background-color: rgb(104,159,20); }
div.DivClassName
{
background-color: #689F14;
}
.BgClassName
{
background-color: #689F14;
}
</style>
border-color css
<style>
span { border-color: #689F14; }
span { border-color: rgb(104,159,20); }
td.TdClassName
{
border-color: #689F14;
}
.TagClassName
{
border-color: #689F14;
}
</style>