Shades of Christi #689901
Tints of Christi #689901
RGB
CMYK
RGB Variations
Color information
#689901 (or 0x689901) is known color: Christi. HEX triplet: 68, 99 and 01. RGB value is (104,153,1). Sum of RGB (Red+Green+Blue) = 104+153+1=258 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.31% from 258); Green value is 153 (60.16% from 255 or 59.30% from 258); Blue value is 1 (0.78% from 255 or 0.39% from 258); Max value from RGB is 153 - color contains mainly: green. Hex color #689901 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689901 is #9766FE. Grayscale: #797979. Windows color (decimal): -9922303 or 104808. OLE color: 104808.
HSL color Cylindrical-coordinate representation of color #689901: hue angle of 79.34º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #689901 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 104 | 153 | 1 | - |
| CMYK | 0.32 | 0 | 0.99 | 0.4 |
| HSL | 79.34º | 0.99% | 0.3% | - |
| HSV(B) | 79.34º | 0.99% | 0.6% | - |
| XYZ | 17.11 | 25.73 | 4.09 | - |
| YUV | 121.02 | 60.27 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 153 | 1 | 0.32 | 0 | 0.99 | 0.4 | 79.34 | 0.99 | 0.3 |
| Hex | 68 | 99 | 1 | 20 | 0 | 63 | 28 | 4F | 63 | 1E |
| Octal | 150 | 231 | 1 | 40 | 0 | 143 | 50 | 117 | 143 | 36 |
| Binary | 1101000 | 10011001 | 1 | 100000 | 0 | 1100011 | 101000 | 1001111 | 1100011 | 11110 |
Color Harmonies of #689901
Complementary color
Monochromatic Colors of #689901
Black with #689901
Text Example
Text Example
White with #689901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689901; }
p { color: rgb(104,153,1); }
H1.HeaderClassName
{
color: #689901;
}
.AnyTagClassName
{
color: #689901;
}
</style>
background-color css
<style>
a { background-color: #689901; }
a { background-color: rgb(104,153,1); }
div.DivClassName
{
background-color: #689901;
}
.BgClassName
{
background-color: #689901;
}
</style>
border-color css
<style>
span { border-color: #689901; }
span { border-color: rgb(104,153,1); }
td.TdClassName
{
border-color: #689901;
}
.TagClassName
{
border-color: #689901;
}
</style>