Shades of Christi #68B812
Tints of Christi #68B812
RGB
CMYK
RGB Variations
Color information
#68B812 (or 0x68B812) is known color: Christi. HEX triplet: 68, B8 and 12. RGB value is (104,184,18). Sum of RGB (Red+Green+Blue) = 104+184+18=306 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.99% from 306); Green value is 184 (72.27% from 255 or 60.13% from 306); Blue value is 18 (7.42% from 255 or 5.88% from 306); Max value from RGB is 184 - color contains mainly: green. Hex color #68B812 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68B812 is #9747ED. Grayscale: #8D8D8D. Windows color (decimal): -9914350 or 1226856. OLE color: 1226856.
HSL color Cylindrical-coordinate representation of color #68B812: hue angle of 88.92º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #68B812 is Cyan = 0.43, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 104 | 184 | 18 | - |
| CMYK | 0.43 | 0 | 0.90 | 0.28 |
| HSL | 88.92º | 0.82% | 0.4% | - |
| HSV(B) | 88.92º | 0.9% | 0.72% | - |
| XYZ | 22.96 | 37.27 | 6.56 | - |
| YUV | 141.16 | 58.5 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 184 | 18 | 0.43 | 0 | 0.90 | 0.28 | 88.92 | 0.82 | 0.4 |
| Hex | 68 | B8 | 12 | 2B | 0 | 5A | 1C | 59 | 52 | 28 |
| Octal | 150 | 270 | 22 | 53 | 0 | 132 | 34 | 131 | 122 | 50 |
| Binary | 1101000 | 10111000 | 10010 | 101011 | 0 | 1011010 | 11100 | 1011001 | 1010010 | 101000 |
Color Harmonies of #68B812
Complementary color
Monochromatic Colors of #68B812
Black with #68B812
Text Example
Text Example
White with #68B812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B812; }
p { color: rgb(104,184,18); }
H1.HeaderClassName
{
color: #68B812;
}
.AnyTagClassName
{
color: #68B812;
}
</style>
background-color css
<style>
a { background-color: #68B812; }
a { background-color: rgb(104,184,18); }
div.DivClassName
{
background-color: #68B812;
}
.BgClassName
{
background-color: #68B812;
}
</style>
border-color css
<style>
span { border-color: #68B812; }
span { border-color: rgb(104,184,18); }
td.TdClassName
{
border-color: #68B812;
}
.TagClassName
{
border-color: #68B812;
}
</style>