Shades of Christi #689C14
Tints of Christi #689C14
RGB
CMYK
RGB Variations
Color information
#689C14 (or 0x689C14) is known color: Christi. HEX triplet: 68, 9C and 14. RGB value is (104,156,20). Sum of RGB (Red+Green+Blue) = 104+156+20=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 156 (61.33% from 255 or 55.71% from 280); Blue value is 20 (8.20% from 255 or 7.14% from 280); Max value from RGB is 156 - color contains mainly: green. Hex color #689C14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689C14 is #9763EB. Grayscale: #7D7D7D. Windows color (decimal): -9921516 or 1350760. OLE color: 1350760.
HSL color Cylindrical-coordinate representation of color #689C14: hue angle of 82.94º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #689C14 is Cyan = 0.33, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 156 | 20 | - |
| CMYK | 0.33 | 0 | 0.87 | 0.39 |
| HSL | 82.94º | 0.77% | 0.35% | - |
| HSV(B) | 82.94º | 0.87% | 0.61% | - |
| XYZ | 17.72 | 26.77 | 4.89 | - |
| YUV | 124.95 | 68.77 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 156 | 20 | 0.33 | 0 | 0.87 | 0.39 | 82.94 | 0.77 | 0.35 |
| Hex | 68 | 9C | 14 | 21 | 0 | 57 | 27 | 53 | 4D | 23 |
| Octal | 150 | 234 | 24 | 41 | 0 | 127 | 47 | 123 | 115 | 43 |
| Binary | 1101000 | 10011100 | 10100 | 100001 | 0 | 1010111 | 100111 | 1010011 | 1001101 | 100011 |
Color Harmonies of #689C14
Complementary color
Monochromatic Colors of #689C14
Black with #689C14
Text Example
Text Example
White with #689C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689C14; }
p { color: rgb(104,156,20); }
H1.HeaderClassName
{
color: #689C14;
}
.AnyTagClassName
{
color: #689C14;
}
</style>
background-color css
<style>
a { background-color: #689C14; }
a { background-color: rgb(104,156,20); }
div.DivClassName
{
background-color: #689C14;
}
.BgClassName
{
background-color: #689C14;
}
</style>
border-color css
<style>
span { border-color: #689C14; }
span { border-color: rgb(104,156,20); }
td.TdClassName
{
border-color: #689C14;
}
.TagClassName
{
border-color: #689C14;
}
</style>