Shades of Christi #689C19
Tints of Christi #689C19
RGB
CMYK
RGB Variations
Color information
#689C19 (or 0x689C19) is known color: Christi. HEX triplet: 68, 9C and 19. RGB value is (104,156,25). Sum of RGB (Red+Green+Blue) = 104+156+25=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 156 (61.33% from 255 or 54.74% from 285); Blue value is 25 (10.16% from 255 or 8.77% from 285); Max value from RGB is 156 - color contains mainly: green. Hex color #689C19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689C19 is #9763E6. Grayscale: #7D7D7D. Windows color (decimal): -9921511 or 1678440. OLE color: 1678440.
HSL color Cylindrical-coordinate representation of color #689C19: hue angle of 83.82º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #689C19 is Cyan = 0.33, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 156 | 25 | - |
| CMYK | 0.33 | 0 | 0.84 | 0.39 |
| HSL | 83.82º | 0.72% | 0.35% | - |
| HSV(B) | 83.82º | 0.84% | 0.61% | - |
| XYZ | 17.77 | 26.79 | 5.15 | - |
| YUV | 125.52 | 71.27 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 156 | 25 | 0.33 | 0 | 0.84 | 0.39 | 83.82 | 0.72 | 0.35 |
| Hex | 68 | 9C | 19 | 21 | 0 | 54 | 27 | 54 | 48 | 23 |
| Octal | 150 | 234 | 31 | 41 | 0 | 124 | 47 | 124 | 110 | 43 |
| Binary | 1101000 | 10011100 | 11001 | 100001 | 0 | 1010100 | 100111 | 1010100 | 1001000 | 100011 |
Color Harmonies of #689C19
Complementary color
Monochromatic Colors of #689C19
Black with #689C19
Text Example
Text Example
White with #689C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689C19; }
p { color: rgb(104,156,25); }
H1.HeaderClassName
{
color: #689C19;
}
.AnyTagClassName
{
color: #689C19;
}
</style>
background-color css
<style>
a { background-color: #689C19; }
a { background-color: rgb(104,156,25); }
div.DivClassName
{
background-color: #689C19;
}
.BgClassName
{
background-color: #689C19;
}
</style>
border-color css
<style>
span { border-color: #689C19; }
span { border-color: rgb(104,156,25); }
td.TdClassName
{
border-color: #689C19;
}
.TagClassName
{
border-color: #689C19;
}
</style>