Shades of Christi #68BD0B
Tints of Christi #68BD0B
RGB
CMYK
RGB Variations
Color information
#68BD0B (or 0x68BD0B) is known color: Christi. HEX triplet: 68, BD and 0B. RGB value is (104,189,11). Sum of RGB (Red+Green+Blue) = 104+189+11=304 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.21% from 304); Green value is 189 (74.22% from 255 or 62.17% from 304); Blue value is 11 (4.69% from 255 or 3.62% from 304); Max value from RGB is 189 - color contains mainly: green. Hex color #68BD0B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68BD0B is #9742F4. Grayscale: #8F8F8F. Windows color (decimal): -9913077 or 769384. OLE color: 769384.
HSL color Cylindrical-coordinate representation of color #68BD0B: hue angle of 88.65º degrees, saturation: 0.89, 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 #68BD0B is Cyan = 0.45, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 189 | 11 | - |
| CMYK | 0.45 | 0 | 0.94 | 0.26 |
| HSL | 88.65º | 0.89% | 0.39% | - |
| HSV(B) | 88.65º | 0.94% | 0.74% | - |
| XYZ | 23.97 | 39.36 | 6.65 | - |
| YUV | 143.29 | 53.34 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 189 | 11 | 0.45 | 0 | 0.94 | 0.26 | 88.65 | 0.89 | 0.39 |
| Hex | 68 | BD | B | 2D | 0 | 5E | 1A | 59 | 59 | 27 |
| Octal | 150 | 275 | 13 | 55 | 0 | 136 | 32 | 131 | 131 | 47 |
| Binary | 1101000 | 10111101 | 1011 | 101101 | 0 | 1011110 | 11010 | 1011001 | 1011001 | 100111 |
Color Harmonies of #68BD0B
Complementary color
Monochromatic Colors of #68BD0B
Black with #68BD0B
Text Example
Text Example
White with #68BD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BD0B; }
p { color: rgb(104,189,11); }
H1.HeaderClassName
{
color: #68BD0B;
}
.AnyTagClassName
{
color: #68BD0B;
}
</style>
background-color css
<style>
a { background-color: #68BD0B; }
a { background-color: rgb(104,189,11); }
div.DivClassName
{
background-color: #68BD0B;
}
.BgClassName
{
background-color: #68BD0B;
}
</style>
border-color css
<style>
span { border-color: #68BD0B; }
span { border-color: rgb(104,189,11); }
td.TdClassName
{
border-color: #68BD0B;
}
.TagClassName
{
border-color: #68BD0B;
}
</style>