Shades of Christi #68A220
Tints of Christi #68A220
RGB
CMYK
RGB Variations
Color information
#68A220 (or 0x68A220) is known color: Christi. HEX triplet: 68, A2 and 20. RGB value is (104,162,32). Sum of RGB (Red+Green+Blue) = 104+162+32=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 162 (63.67% from 255 or 54.36% from 298); Blue value is 32 (12.89% from 255 or 10.74% from 298); Max value from RGB is 162 - color contains mainly: green. Hex color #68A220 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A220 is #975DDF. Grayscale: #828282. Windows color (decimal): -9919968 or 2138728. OLE color: 2138728.
HSL color Cylindrical-coordinate representation of color #68A220: hue angle of 86.77º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #68A220 is Cyan = 0.36, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 162 | 32 | - |
| CMYK | 0.36 | 0 | 0.80 | 0.36 |
| HSL | 86.77º | 0.67% | 0.38% | - |
| HSV(B) | 86.77º | 0.8% | 0.64% | - |
| XYZ | 18.89 | 28.89 | 5.95 | - |
| YUV | 129.84 | 72.78 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 162 | 32 | 0.36 | 0 | 0.80 | 0.36 | 86.77 | 0.67 | 0.38 |
| Hex | 68 | A2 | 20 | 24 | 0 | 50 | 24 | 57 | 43 | 26 |
| Octal | 150 | 242 | 40 | 44 | 0 | 120 | 44 | 127 | 103 | 46 |
| Binary | 1101000 | 10100010 | 100000 | 100100 | 0 | 1010000 | 100100 | 1010111 | 1000011 | 100110 |
Color Harmonies of #68A220
Complementary color
Monochromatic Colors of #68A220
Black with #68A220
Text Example
Text Example
White with #68A220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A220; }
p { color: rgb(104,162,32); }
H1.HeaderClassName
{
color: #68A220;
}
.AnyTagClassName
{
color: #68A220;
}
</style>
background-color css
<style>
a { background-color: #68A220; }
a { background-color: rgb(104,162,32); }
div.DivClassName
{
background-color: #68A220;
}
.BgClassName
{
background-color: #68A220;
}
</style>
border-color css
<style>
span { border-color: #68A220; }
span { border-color: rgb(104,162,32); }
td.TdClassName
{
border-color: #68A220;
}
.TagClassName
{
border-color: #68A220;
}
</style>