Shades of Christi #68990D
Tints of Christi #68990D
RGB
CMYK
RGB Variations
Color information
#68990D (or 0x68990D) is known color: Christi. HEX triplet: 68, 99 and 0D. RGB value is (104,153,13). Sum of RGB (Red+Green+Blue) = 104+153+13=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 153 (60.16% from 255 or 56.67% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 153 - color contains mainly: green. Hex color #68990D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68990D is #9766F2. Grayscale: #7A7A7A. Windows color (decimal): -9922291 or 891240. OLE color: 891240.
HSL color Cylindrical-coordinate representation of color #68990D: hue angle of 81º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #68990D is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 104 | 153 | 13 | - |
| CMYK | 0.32 | 0 | 0.92 | 0.4 |
| HSL | 81º | 0.84% | 0.33% | - |
| HSV(B) | 81º | 0.92% | 0.6% | - |
| XYZ | 17.17 | 25.75 | 4.45 | - |
| YUV | 122.39 | 66.27 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 153 | 13 | 0.32 | 0 | 0.92 | 0.4 | 81 | 0.84 | 0.33 |
| Hex | 68 | 99 | D | 20 | 0 | 5C | 28 | 51 | 54 | 21 |
| Octal | 150 | 231 | 15 | 40 | 0 | 134 | 50 | 121 | 124 | 41 |
| Binary | 1101000 | 10011001 | 1101 | 100000 | 0 | 1011100 | 101000 | 1010001 | 1010100 | 100001 |
Color Harmonies of #68990D
Complementary color
Monochromatic Colors of #68990D
Black with #68990D
Text Example
Text Example
White with #68990D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68990D; }
p { color: rgb(104,153,13); }
H1.HeaderClassName
{
color: #68990D;
}
.AnyTagClassName
{
color: #68990D;
}
</style>
background-color css
<style>
a { background-color: #68990D; }
a { background-color: rgb(104,153,13); }
div.DivClassName
{
background-color: #68990D;
}
.BgClassName
{
background-color: #68990D;
}
</style>
border-color css
<style>
span { border-color: #68990D; }
span { border-color: rgb(104,153,13); }
td.TdClassName
{
border-color: #68990D;
}
.TagClassName
{
border-color: #68990D;
}
</style>