Shades of Christi #68A605
Tints of Christi #68A605
RGB
CMYK
RGB Variations
Color information
#68A605 (or 0x68A605) is known color: Christi. HEX triplet: 68, A6 and 05. RGB value is (104,166,5). Sum of RGB (Red+Green+Blue) = 104+166+5=275 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.82% from 275); Green value is 166 (65.23% from 255 or 60.36% from 275); Blue value is 5 (2.34% from 255 or 1.82% from 275); Max value from RGB is 166 - color contains mainly: green. Hex color #68A605 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68A605 is #9759FA. Grayscale: #818181. Windows color (decimal): -9918971 or 370280. OLE color: 370280.
HSL color Cylindrical-coordinate representation of color #68A605: hue angle of 83.11º 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 #68A605 is Cyan = 0.37, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 104 | 166 | 5 | - |
| CMYK | 0.37 | 0 | 0.97 | 0.35 |
| HSL | 83.11º | 0.94% | 0.34% | - |
| HSV(B) | 83.11º | 0.97% | 0.65% | - |
| XYZ | 19.37 | 30.23 | 4.96 | - |
| YUV | 129.11 | 57.96 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 166 | 5 | 0.37 | 0 | 0.97 | 0.35 | 83.11 | 0.94 | 0.34 |
| Hex | 68 | A6 | 5 | 25 | 0 | 61 | 23 | 53 | 5E | 22 |
| Octal | 150 | 246 | 5 | 45 | 0 | 141 | 43 | 123 | 136 | 42 |
| Binary | 1101000 | 10100110 | 101 | 100101 | 0 | 1100001 | 100011 | 1010011 | 1011110 | 100010 |
Color Harmonies of #68A605
Complementary color
Monochromatic Colors of #68A605
Black with #68A605
Text Example
Text Example
White with #68A605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A605; }
p { color: rgb(104,166,5); }
H1.HeaderClassName
{
color: #68A605;
}
.AnyTagClassName
{
color: #68A605;
}
</style>
background-color css
<style>
a { background-color: #68A605; }
a { background-color: rgb(104,166,5); }
div.DivClassName
{
background-color: #68A605;
}
.BgClassName
{
background-color: #68A605;
}
</style>
border-color css
<style>
span { border-color: #68A605; }
span { border-color: rgb(104,166,5); }
td.TdClassName
{
border-color: #68A605;
}
.TagClassName
{
border-color: #68A605;
}
</style>