Shades of Christi #68AB0D
Tints of Christi #68AB0D
RGB
CMYK
RGB Variations
Color information
#68AB0D (or 0x68AB0D) is known color: Christi. HEX triplet: 68, AB and 0D. RGB value is (104,171,13). Sum of RGB (Red+Green+Blue) = 104+171+13=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 171 (67.19% from 255 or 59.38% from 288); Blue value is 13 (5.47% from 255 or 4.51% from 288); Max value from RGB is 171 - color contains mainly: green. Hex color #68AB0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68AB0D is #9754F2. Grayscale: #858585. Windows color (decimal): -9917683 or 895848. OLE color: 895848.
HSL color Cylindrical-coordinate representation of color #68AB0D: hue angle of 85.44º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #68AB0D is Cyan = 0.39, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 171 | 13 | - |
| CMYK | 0.39 | 0 | 0.92 | 0.33 |
| HSL | 85.44º | 0.86% | 0.36% | - |
| HSV(B) | 85.44º | 0.92% | 0.67% | - |
| XYZ | 20.34 | 32.1 | 5.5 | - |
| YUV | 132.96 | 60.3 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 171 | 13 | 0.39 | 0 | 0.92 | 0.33 | 85.44 | 0.86 | 0.36 |
| Hex | 68 | AB | D | 27 | 0 | 5C | 21 | 55 | 56 | 24 |
| Octal | 150 | 253 | 15 | 47 | 0 | 134 | 41 | 125 | 126 | 44 |
| Binary | 1101000 | 10101011 | 1101 | 100111 | 0 | 1011100 | 100001 | 1010101 | 1010110 | 100100 |
Color Harmonies of #68AB0D
Complementary color
Monochromatic Colors of #68AB0D
Black with #68AB0D
Text Example
Text Example
White with #68AB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AB0D; }
p { color: rgb(104,171,13); }
H1.HeaderClassName
{
color: #68AB0D;
}
.AnyTagClassName
{
color: #68AB0D;
}
</style>
background-color css
<style>
a { background-color: #68AB0D; }
a { background-color: rgb(104,171,13); }
div.DivClassName
{
background-color: #68AB0D;
}
.BgClassName
{
background-color: #68AB0D;
}
</style>
border-color css
<style>
span { border-color: #68AB0D; }
span { border-color: rgb(104,171,13); }
td.TdClassName
{
border-color: #68AB0D;
}
.TagClassName
{
border-color: #68AB0D;
}
</style>