Shades of Christi #689D00
Tints of Christi #689D00
RGB
CMYK
RGB Variations
Color information
#689D00 (or 0x689D00) is known color: Christi. HEX triplet: 68, 9D and 00. RGB value is (104,157,0). Sum of RGB (Red+Green+Blue) = 104+157+0=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 157 (61.72% from 255 or 60.15% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 157 - color contains mainly: green. Hex color #689D00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689D00 is #9762FF. Grayscale: #7B7B7B. Windows color (decimal): -9921280 or 40296. OLE color: 40296.
HSL color Cylindrical-coordinate representation of color #689D00: hue angle of 80.25º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #689D00 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 157 | 0 | - |
| CMYK | 0.34 | 0 | 1 | 0.38 |
| HSL | 80.25º | 1% | 0.31% | - |
| HSV(B) | 80.25º | 1% | 0.62% | - |
| XYZ | 17.77 | 27.06 | 4.29 | - |
| YUV | 123.26 | 58.44 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 157 | 0 | 0.34 | 0 | 1 | 0.38 | 80.25 | 1 | 0.31 |
| Hex | 68 | 9D | 0 | 22 | 0 | 64 | 26 | 50 | 64 | 1F |
| Octal | 150 | 235 | 0 | 42 | 0 | 144 | 46 | 120 | 144 | 37 |
| Binary | 1101000 | 10011101 | 0 | 100010 | 0 | 1100100 | 100110 | 1010000 | 1100100 | 11111 |
Color Harmonies of #689D00
Complementary color
Monochromatic Colors of #689D00
Black with #689D00
Text Example
Text Example
White with #689D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689D00; }
p { color: rgb(104,157,0); }
H1.HeaderClassName
{
color: #689D00;
}
.AnyTagClassName
{
color: #689D00;
}
</style>
background-color css
<style>
a { background-color: #689D00; }
a { background-color: rgb(104,157,0); }
div.DivClassName
{
background-color: #689D00;
}
.BgClassName
{
background-color: #689D00;
}
</style>
border-color css
<style>
span { border-color: #689D00; }
span { border-color: rgb(104,157,0); }
td.TdClassName
{
border-color: #689D00;
}
.TagClassName
{
border-color: #689D00;
}
</style>