Shades of Christi #68BB12
Tints of Christi #68BB12
RGB
CMYK
RGB Variations
Color information
#68BB12 (or 0x68BB12) is known color: Christi. HEX triplet: 68, BB and 12. RGB value is (104,187,18). Sum of RGB (Red+Green+Blue) = 104+187+18=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 187 (73.44% from 255 or 60.52% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 187 - color contains mainly: green. Hex color #68BB12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68BB12 is #9744ED. Grayscale: #8F8F8F. Windows color (decimal): -9913582 or 1227624. OLE color: 1227624.
HSL color Cylindrical-coordinate representation of color #68BB12: hue angle of 89.47º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #68BB12 is Cyan = 0.44, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 187 | 18 | - |
| CMYK | 0.44 | 0 | 0.90 | 0.27 |
| HSL | 89.47º | 0.82% | 0.4% | - |
| HSV(B) | 89.47º | 0.9% | 0.73% | - |
| XYZ | 23.59 | 38.53 | 6.77 | - |
| YUV | 142.92 | 57.5 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 187 | 18 | 0.44 | 0 | 0.90 | 0.27 | 89.47 | 0.82 | 0.4 |
| Hex | 68 | BB | 12 | 2C | 0 | 5A | 1B | 59 | 52 | 28 |
| Octal | 150 | 273 | 22 | 54 | 0 | 132 | 33 | 131 | 122 | 50 |
| Binary | 1101000 | 10111011 | 10010 | 101100 | 0 | 1011010 | 11011 | 1011001 | 1010010 | 101000 |
Color Harmonies of #68BB12
Complementary color
Monochromatic Colors of #68BB12
Black with #68BB12
Text Example
Text Example
White with #68BB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BB12; }
p { color: rgb(104,187,18); }
H1.HeaderClassName
{
color: #68BB12;
}
.AnyTagClassName
{
color: #68BB12;
}
</style>
background-color css
<style>
a { background-color: #68BB12; }
a { background-color: rgb(104,187,18); }
div.DivClassName
{
background-color: #68BB12;
}
.BgClassName
{
background-color: #68BB12;
}
</style>
border-color css
<style>
span { border-color: #68BB12; }
span { border-color: rgb(104,187,18); }
td.TdClassName
{
border-color: #68BB12;
}
.TagClassName
{
border-color: #68BB12;
}
</style>