Shades of Christi #68A705
Tints of Christi #68A705
RGB
CMYK
RGB Variations
Color information
#68A705 (or 0x68A705) is known color: Christi. HEX triplet: 68, A7 and 05. RGB value is (104,167,5). Sum of RGB (Red+Green+Blue) = 104+167+5=276 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.68% from 276); Green value is 167 (65.62% from 255 or 60.51% from 276); Blue value is 5 (2.34% from 255 or 1.81% from 276); Max value from RGB is 167 - color contains mainly: green. Hex color #68A705 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68A705 is #9758FA. Grayscale: #828282. Windows color (decimal): -9918715 or 370536. OLE color: 370536.
HSL color Cylindrical-coordinate representation of color #68A705: hue angle of 83.33º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #68A705 is Cyan = 0.38, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 104 | 167 | 5 | - |
| CMYK | 0.38 | 0 | 0.97 | 0.35 |
| HSL | 83.33º | 0.94% | 0.34% | - |
| HSV(B) | 83.33º | 0.97% | 0.65% | - |
| XYZ | 19.56 | 30.59 | 5.02 | - |
| YUV | 129.7 | 57.63 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 167 | 5 | 0.38 | 0 | 0.97 | 0.35 | 83.33 | 0.94 | 0.34 |
| Hex | 68 | A7 | 5 | 26 | 0 | 61 | 23 | 53 | 5E | 22 |
| Octal | 150 | 247 | 5 | 46 | 0 | 141 | 43 | 123 | 136 | 42 |
| Binary | 1101000 | 10100111 | 101 | 100110 | 0 | 1100001 | 100011 | 1010011 | 1011110 | 100010 |
Color Harmonies of #68A705
Complementary color
Monochromatic Colors of #68A705
Black with #68A705
Text Example
Text Example
White with #68A705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A705; }
p { color: rgb(104,167,5); }
H1.HeaderClassName
{
color: #68A705;
}
.AnyTagClassName
{
color: #68A705;
}
</style>
background-color css
<style>
a { background-color: #68A705; }
a { background-color: rgb(104,167,5); }
div.DivClassName
{
background-color: #68A705;
}
.BgClassName
{
background-color: #68A705;
}
</style>
border-color css
<style>
span { border-color: #68A705; }
span { border-color: rgb(104,167,5); }
td.TdClassName
{
border-color: #68A705;
}
.TagClassName
{
border-color: #68A705;
}
</style>