Shades of Christi #68B204
Tints of Christi #68B204
RGB
CMYK
RGB Variations
Color information
#68B204 (or 0x68B204) is known color: Christi. HEX triplet: 68, B2 and 04. RGB value is (104,178,4). Sum of RGB (Red+Green+Blue) = 104+178+4=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 178 (69.92% from 255 or 62.24% from 286); Blue value is 4 (1.95% from 255 or 1.40% from 286); Max value from RGB is 178 - color contains mainly: green. Hex color #68B204 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68B204 is #974DFB. Grayscale: #888888. Windows color (decimal): -9915900 or 307816. OLE color: 307816.
HSL color Cylindrical-coordinate representation of color #68B204: hue angle of 85.52º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #68B204 is Cyan = 0.42, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 104 | 178 | 4 | - |
| CMYK | 0.42 | 0 | 0.98 | 0.30 |
| HSL | 85.52º | 0.96% | 0.36% | - |
| HSV(B) | 85.52º | 0.98% | 0.7% | - |
| XYZ | 21.65 | 34.79 | 5.69 | - |
| YUV | 136.04 | 53.48 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 178 | 4 | 0.42 | 0 | 0.98 | 0.30 | 85.52 | 0.96 | 0.36 |
| Hex | 68 | B2 | 4 | 2A | 0 | 62 | 1E | 56 | 60 | 24 |
| Octal | 150 | 262 | 4 | 52 | 0 | 142 | 36 | 126 | 140 | 44 |
| Binary | 1101000 | 10110010 | 100 | 101010 | 0 | 1100010 | 11110 | 1010110 | 1100000 | 100100 |
Color Harmonies of #68B204
Complementary color
Monochromatic Colors of #68B204
Black with #68B204
Text Example
Text Example
White with #68B204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B204; }
p { color: rgb(104,178,4); }
H1.HeaderClassName
{
color: #68B204;
}
.AnyTagClassName
{
color: #68B204;
}
</style>
background-color css
<style>
a { background-color: #68B204; }
a { background-color: rgb(104,178,4); }
div.DivClassName
{
background-color: #68B204;
}
.BgClassName
{
background-color: #68B204;
}
</style>
border-color css
<style>
span { border-color: #68B204; }
span { border-color: rgb(104,178,4); }
td.TdClassName
{
border-color: #68B204;
}
.TagClassName
{
border-color: #68B204;
}
</style>