Shades of Christi #689903
Tints of Christi #689903
RGB
CMYK
RGB Variations
Color information
#689903 (or 0x689903) is known color: Christi. HEX triplet: 68, 99 and 03. RGB value is (104,153,3). Sum of RGB (Red+Green+Blue) = 104+153+3=260 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40% from 260); Green value is 153 (60.16% from 255 or 58.85% from 260); Blue value is 3 (1.56% from 255 or 1.15% from 260); Max value from RGB is 153 - color contains mainly: green. Hex color #689903 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689903 is #9766FC. Grayscale: #797979. Windows color (decimal): -9922301 or 235880. OLE color: 235880.
HSL color Cylindrical-coordinate representation of color #689903: hue angle of 79.6º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #689903 is Cyan = 0.32, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 104 | 153 | 3 | - |
| CMYK | 0.32 | 0 | 0.98 | 0.4 |
| HSL | 79.6º | 0.96% | 0.31% | - |
| HSV(B) | 79.6º | 0.98% | 0.6% | - |
| XYZ | 17.12 | 25.73 | 4.15 | - |
| YUV | 121.25 | 61.27 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 153 | 3 | 0.32 | 0 | 0.98 | 0.4 | 79.6 | 0.96 | 0.31 |
| Hex | 68 | 99 | 3 | 20 | 0 | 62 | 28 | 50 | 60 | 1F |
| Octal | 150 | 231 | 3 | 40 | 0 | 142 | 50 | 120 | 140 | 37 |
| Binary | 1101000 | 10011001 | 11 | 100000 | 0 | 1100010 | 101000 | 1010000 | 1100000 | 11111 |
Color Harmonies of #689903
Complementary color
Monochromatic Colors of #689903
Black with #689903
Text Example
Text Example
White with #689903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689903; }
p { color: rgb(104,153,3); }
H1.HeaderClassName
{
color: #689903;
}
.AnyTagClassName
{
color: #689903;
}
</style>
background-color css
<style>
a { background-color: #689903; }
a { background-color: rgb(104,153,3); }
div.DivClassName
{
background-color: #689903;
}
.BgClassName
{
background-color: #689903;
}
</style>
border-color css
<style>
span { border-color: #689903; }
span { border-color: rgb(104,153,3); }
td.TdClassName
{
border-color: #689903;
}
.TagClassName
{
border-color: #689903;
}
</style>