Shades of Christi #68A008
Tints of Christi #68A008
RGB
CMYK
RGB Variations
Color information
#68A008 (or 0x68A008) is known color: Christi. HEX triplet: 68, A0 and 08. RGB value is (104,160,8). Sum of RGB (Red+Green+Blue) = 104+160+8=272 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.24% from 272); Green value is 160 (62.89% from 255 or 58.82% from 272); Blue value is 8 (3.52% from 255 or 2.94% from 272); Max value from RGB is 160 - color contains mainly: green. Hex color #68A008 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68A008 is #975FF7. Grayscale: #7E7E7E. Windows color (decimal): -9920504 or 565352. OLE color: 565352.
HSL color Cylindrical-coordinate representation of color #68A008: hue angle of 82.11º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #68A008 is Cyan = 0.35, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 104 | 160 | 8 | - |
| CMYK | 0.35 | 0 | 0.95 | 0.37 |
| HSL | 82.11º | 0.9% | 0.33% | - |
| HSV(B) | 82.11º | 0.95% | 0.63% | - |
| XYZ | 18.32 | 28.1 | 4.69 | - |
| YUV | 125.93 | 61.45 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 160 | 8 | 0.35 | 0 | 0.95 | 0.37 | 82.11 | 0.9 | 0.33 |
| Hex | 68 | A0 | 8 | 23 | 0 | 5F | 25 | 52 | 5A | 21 |
| Octal | 150 | 240 | 10 | 43 | 0 | 137 | 45 | 122 | 132 | 41 |
| Binary | 1101000 | 10100000 | 1000 | 100011 | 0 | 1011111 | 100101 | 1010010 | 1011010 | 100001 |
Color Harmonies of #68A008
Complementary color
Monochromatic Colors of #68A008
Black with #68A008
Text Example
Text Example
White with #68A008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A008; }
p { color: rgb(104,160,8); }
H1.HeaderClassName
{
color: #68A008;
}
.AnyTagClassName
{
color: #68A008;
}
</style>
background-color css
<style>
a { background-color: #68A008; }
a { background-color: rgb(104,160,8); }
div.DivClassName
{
background-color: #68A008;
}
.BgClassName
{
background-color: #68A008;
}
</style>
border-color css
<style>
span { border-color: #68A008; }
span { border-color: rgb(104,160,8); }
td.TdClassName
{
border-color: #68A008;
}
.TagClassName
{
border-color: #68A008;
}
</style>