Shades of Christi #68B218
Tints of Christi #68B218
RGB
CMYK
RGB Variations
Color information
#68B218 (or 0x68B218) is known color: Christi. HEX triplet: 68, B2 and 18. RGB value is (104,178,24). Sum of RGB (Red+Green+Blue) = 104+178+24=306 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.99% from 306); Green value is 178 (69.92% from 255 or 58.17% from 306); Blue value is 24 (9.77% from 255 or 7.84% from 306); Max value from RGB is 178 - color contains mainly: green. Hex color #68B218 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68B218 is #974DE7. Grayscale: #8A8A8A. Windows color (decimal): -9915880 or 1618536. OLE color: 1618536.
HSL color Cylindrical-coordinate representation of color #68B218: hue angle of 88.83º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #68B218 is Cyan = 0.42, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 104 | 178 | 24 | - |
| CMYK | 0.42 | 0 | 0.87 | 0.30 |
| HSL | 88.83º | 0.76% | 0.4% | - |
| HSV(B) | 88.83º | 0.87% | 0.7% | - |
| XYZ | 21.79 | 34.85 | 6.44 | - |
| YUV | 138.32 | 63.48 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 178 | 24 | 0.42 | 0 | 0.87 | 0.30 | 88.83 | 0.76 | 0.4 |
| Hex | 68 | B2 | 18 | 2A | 0 | 57 | 1E | 59 | 4C | 28 |
| Octal | 150 | 262 | 30 | 52 | 0 | 127 | 36 | 131 | 114 | 50 |
| Binary | 1101000 | 10110010 | 11000 | 101010 | 0 | 1010111 | 11110 | 1011001 | 1001100 | 101000 |
Color Harmonies of #68B218
Complementary color
Monochromatic Colors of #68B218
Black with #68B218
Text Example
Text Example
White with #68B218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B218; }
p { color: rgb(104,178,24); }
H1.HeaderClassName
{
color: #68B218;
}
.AnyTagClassName
{
color: #68B218;
}
</style>
background-color css
<style>
a { background-color: #68B218; }
a { background-color: rgb(104,178,24); }
div.DivClassName
{
background-color: #68B218;
}
.BgClassName
{
background-color: #68B218;
}
</style>
border-color css
<style>
span { border-color: #68B218; }
span { border-color: rgb(104,178,24); }
td.TdClassName
{
border-color: #68B218;
}
.TagClassName
{
border-color: #68B218;
}
</style>