Shades of Christi #68AA05
Tints of Christi #68AA05
RGB
CMYK
RGB Variations
Color information
#68AA05 (or 0x68AA05) is known color: Christi. HEX triplet: 68, AA and 05. RGB value is (104,170,5). Sum of RGB (Red+Green+Blue) = 104+170+5=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 170 (66.80% from 255 or 60.93% from 279); Blue value is 5 (2.34% from 255 or 1.79% from 279); Max value from RGB is 170 - color contains mainly: green. Hex color #68AA05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68AA05 is #9755FA. Grayscale: #848484. Windows color (decimal): -9917947 or 371304. OLE color: 371304.
HSL color Cylindrical-coordinate representation of color #68AA05: hue angle of 84º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #68AA05 is Cyan = 0.39, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 170 | 5 | - |
| CMYK | 0.39 | 0 | 0.97 | 0.33 |
| HSL | 84º | 0.94% | 0.34% | - |
| HSV(B) | 84º | 0.97% | 0.67% | - |
| XYZ | 20.11 | 31.7 | 5.2 | - |
| YUV | 131.46 | 56.63 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 170 | 5 | 0.39 | 0 | 0.97 | 0.33 | 84 | 0.94 | 0.34 |
| Hex | 68 | AA | 5 | 27 | 0 | 61 | 21 | 54 | 5E | 22 |
| Octal | 150 | 252 | 5 | 47 | 0 | 141 | 41 | 124 | 136 | 42 |
| Binary | 1101000 | 10101010 | 101 | 100111 | 0 | 1100001 | 100001 | 1010100 | 1011110 | 100010 |
Color Harmonies of #68AA05
Complementary color
Monochromatic Colors of #68AA05
Black with #68AA05
Text Example
Text Example
White with #68AA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AA05; }
p { color: rgb(104,170,5); }
H1.HeaderClassName
{
color: #68AA05;
}
.AnyTagClassName
{
color: #68AA05;
}
</style>
background-color css
<style>
a { background-color: #68AA05; }
a { background-color: rgb(104,170,5); }
div.DivClassName
{
background-color: #68AA05;
}
.BgClassName
{
background-color: #68AA05;
}
</style>
border-color css
<style>
span { border-color: #68AA05; }
span { border-color: rgb(104,170,5); }
td.TdClassName
{
border-color: #68AA05;
}
.TagClassName
{
border-color: #68AA05;
}
</style>