Shades of Christi #689F0A
Tints of Christi #689F0A
RGB
CMYK
RGB Variations
Color information
#689F0A (or 0x689F0A) is known color: Christi. HEX triplet: 68, 9F and 0A. RGB value is (104,159,10). Sum of RGB (Red+Green+Blue) = 104+159+10=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 159 (62.5% from 255 or 58.24% from 273); Blue value is 10 (4.30% from 255 or 3.66% from 273); Max value from RGB is 159 - color contains mainly: green. Hex color #689F0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689F0A is #9760F5. Grayscale: #7E7E7E. Windows color (decimal): -9920758 or 696168. OLE color: 696168.
HSL color Cylindrical-coordinate representation of color #689F0A: hue angle of 82.15º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #689F0A is Cyan = 0.35, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 159 | 10 | - |
| CMYK | 0.35 | 0 | 0.94 | 0.38 |
| HSL | 82.15º | 0.88% | 0.33% | - |
| HSV(B) | 82.15º | 0.94% | 0.62% | - |
| XYZ | 18.16 | 27.76 | 4.69 | - |
| YUV | 125.57 | 62.78 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 159 | 10 | 0.35 | 0 | 0.94 | 0.38 | 82.15 | 0.88 | 0.33 |
| Hex | 68 | 9F | A | 23 | 0 | 5E | 26 | 52 | 58 | 21 |
| Octal | 150 | 237 | 12 | 43 | 0 | 136 | 46 | 122 | 130 | 41 |
| Binary | 1101000 | 10011111 | 1010 | 100011 | 0 | 1011110 | 100110 | 1010010 | 1011000 | 100001 |
Color Harmonies of #689F0A
Complementary color
Monochromatic Colors of #689F0A
Black with #689F0A
Text Example
Text Example
White with #689F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689F0A; }
p { color: rgb(104,159,10); }
H1.HeaderClassName
{
color: #689F0A;
}
.AnyTagClassName
{
color: #689F0A;
}
</style>
background-color css
<style>
a { background-color: #689F0A; }
a { background-color: rgb(104,159,10); }
div.DivClassName
{
background-color: #689F0A;
}
.BgClassName
{
background-color: #689F0A;
}
</style>
border-color css
<style>
span { border-color: #689F0A; }
span { border-color: rgb(104,159,10); }
td.TdClassName
{
border-color: #689F0A;
}
.TagClassName
{
border-color: #689F0A;
}
</style>