Shades of Christi #68B410
Tints of Christi #68B410
RGB
CMYK
RGB Variations
Color information
#68B410 (or 0x68B410) is known color: Christi. HEX triplet: 68, B4 and 10. RGB value is (104,180,16). Sum of RGB (Red+Green+Blue) = 104+180+16=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 180 (70.70% from 255 or 60% from 300); Blue value is 16 (6.64% from 255 or 5.33% from 300); Max value from RGB is 180 - color contains mainly: green. Hex color #68B410 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68B410 is #974BEF. Grayscale: #8B8B8B. Windows color (decimal): -9915376 or 1094760. OLE color: 1094760.
HSL color Cylindrical-coordinate representation of color #68B410: hue angle of 87.8º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #68B410 is Cyan = 0.42, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 180 | 16 | - |
| CMYK | 0.42 | 0 | 0.91 | 0.29 |
| HSL | 87.8º | 0.84% | 0.38% | - |
| HSV(B) | 87.8º | 0.91% | 0.71% | - |
| XYZ | 22.12 | 35.62 | 6.2 | - |
| YUV | 138.58 | 58.82 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 180 | 16 | 0.42 | 0 | 0.91 | 0.29 | 87.8 | 0.84 | 0.38 |
| Hex | 68 | B4 | 10 | 2A | 0 | 5B | 1D | 58 | 54 | 26 |
| Octal | 150 | 264 | 20 | 52 | 0 | 133 | 35 | 130 | 124 | 46 |
| Binary | 1101000 | 10110100 | 10000 | 101010 | 0 | 1011011 | 11101 | 1011000 | 1010100 | 100110 |
Color Harmonies of #68B410
Complementary color
Monochromatic Colors of #68B410
Black with #68B410
Text Example
Text Example
White with #68B410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B410; }
p { color: rgb(104,180,16); }
H1.HeaderClassName
{
color: #68B410;
}
.AnyTagClassName
{
color: #68B410;
}
</style>
background-color css
<style>
a { background-color: #68B410; }
a { background-color: rgb(104,180,16); }
div.DivClassName
{
background-color: #68B410;
}
.BgClassName
{
background-color: #68B410;
}
</style>
border-color css
<style>
span { border-color: #68B410; }
span { border-color: rgb(104,180,16); }
td.TdClassName
{
border-color: #68B410;
}
.TagClassName
{
border-color: #68B410;
}
</style>