Shades of Christi #68BD0C
Tints of Christi #68BD0C
RGB
CMYK
RGB Variations
Color information
#68BD0C (or 0x68BD0C) is known color: Christi. HEX triplet: 68, BD and 0C. RGB value is (104,189,12). Sum of RGB (Red+Green+Blue) = 104+189+12=305 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.10% from 305); Green value is 189 (74.22% from 255 or 61.97% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 189 - color contains mainly: green. Hex color #68BD0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68BD0C is #9742F3. Grayscale: #909090. Windows color (decimal): -9913076 or 834920. OLE color: 834920.
HSL color Cylindrical-coordinate representation of color #68BD0C: hue angle of 88.81º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #68BD0C is Cyan = 0.45, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 189 | 12 | - |
| CMYK | 0.45 | 0 | 0.94 | 0.26 |
| HSL | 88.81º | 0.88% | 0.39% | - |
| HSV(B) | 88.81º | 0.94% | 0.74% | - |
| XYZ | 23.97 | 39.36 | 6.68 | - |
| YUV | 143.41 | 53.84 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 189 | 12 | 0.45 | 0 | 0.94 | 0.26 | 88.81 | 0.88 | 0.39 |
| Hex | 68 | BD | C | 2D | 0 | 5E | 1A | 59 | 58 | 27 |
| Octal | 150 | 275 | 14 | 55 | 0 | 136 | 32 | 131 | 130 | 47 |
| Binary | 1101000 | 10111101 | 1100 | 101101 | 0 | 1011110 | 11010 | 1011001 | 1011000 | 100111 |
Color Harmonies of #68BD0C
Complementary color
Monochromatic Colors of #68BD0C
Black with #68BD0C
Text Example
Text Example
White with #68BD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BD0C; }
p { color: rgb(104,189,12); }
H1.HeaderClassName
{
color: #68BD0C;
}
.AnyTagClassName
{
color: #68BD0C;
}
</style>
background-color css
<style>
a { background-color: #68BD0C; }
a { background-color: rgb(104,189,12); }
div.DivClassName
{
background-color: #68BD0C;
}
.BgClassName
{
background-color: #68BD0C;
}
</style>
border-color css
<style>
span { border-color: #68BD0C; }
span { border-color: rgb(104,189,12); }
td.TdClassName
{
border-color: #68BD0C;
}
.TagClassName
{
border-color: #68BD0C;
}
</style>