Shades of Christi #68BD12
Tints of Christi #68BD12
RGB
CMYK
RGB Variations
Color information
#68BD12 (or 0x68BD12) is known color: Christi. HEX triplet: 68, BD and 12. RGB value is (104,189,18). Sum of RGB (Red+Green+Blue) = 104+189+18=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 189 (74.22% from 255 or 60.77% from 311); Blue value is 18 (7.42% from 255 or 5.79% from 311); Max value from RGB is 189 - color contains mainly: green. Hex color #68BD12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68BD12 is #9742ED. Grayscale: #909090. Windows color (decimal): -9913070 or 1228136. OLE color: 1228136.
HSL color Cylindrical-coordinate representation of color #68BD12: hue angle of 89.82º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #68BD12 is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 189 | 18 | - |
| CMYK | 0.45 | 0 | 0.90 | 0.26 |
| HSL | 89.82º | 0.83% | 0.41% | - |
| HSV(B) | 89.82º | 0.9% | 0.74% | - |
| XYZ | 24.02 | 39.38 | 6.91 | - |
| YUV | 144.09 | 56.84 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 189 | 18 | 0.45 | 0 | 0.90 | 0.26 | 89.82 | 0.83 | 0.41 |
| Hex | 68 | BD | 12 | 2D | 0 | 5A | 1A | 5A | 53 | 29 |
| Octal | 150 | 275 | 22 | 55 | 0 | 132 | 32 | 132 | 123 | 51 |
| Binary | 1101000 | 10111101 | 10010 | 101101 | 0 | 1011010 | 11010 | 1011010 | 1010011 | 101001 |
Color Harmonies of #68BD12
Complementary color
Monochromatic Colors of #68BD12
Black with #68BD12
Text Example
Text Example
White with #68BD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BD12; }
p { color: rgb(104,189,18); }
H1.HeaderClassName
{
color: #68BD12;
}
.AnyTagClassName
{
color: #68BD12;
}
</style>
background-color css
<style>
a { background-color: #68BD12; }
a { background-color: rgb(104,189,18); }
div.DivClassName
{
background-color: #68BD12;
}
.BgClassName
{
background-color: #68BD12;
}
</style>
border-color css
<style>
span { border-color: #68BD12; }
span { border-color: rgb(104,189,18); }
td.TdClassName
{
border-color: #68BD12;
}
.TagClassName
{
border-color: #68BD12;
}
</style>