Shades of Christi #68B506
Tints of Christi #68B506
RGB
CMYK
RGB Variations
Color information
#68B506 (or 0x68B506) is known color: Christi. HEX triplet: 68, B5 and 06. RGB value is (104,181,6). Sum of RGB (Red+Green+Blue) = 104+181+6=291 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.74% from 291); Green value is 181 (71.09% from 255 or 62.20% from 291); Blue value is 6 (2.73% from 255 or 2.06% from 291); Max value from RGB is 181 - color contains mainly: green. Hex color #68B506 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68B506 is #974AF9. Grayscale: #8A8A8A. Windows color (decimal): -9915130 or 439656. OLE color: 439656.
HSL color Cylindrical-coordinate representation of color #68B506: hue angle of 86.4º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #68B506 is Cyan = 0.43, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 181 | 6 | - |
| CMYK | 0.43 | 0 | 0.97 | 0.29 |
| HSL | 86.4º | 0.94% | 0.37% | - |
| HSV(B) | 86.4º | 0.97% | 0.71% | - |
| XYZ | 22.27 | 36 | 5.95 | - |
| YUV | 138.03 | 53.49 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 181 | 6 | 0.43 | 0 | 0.97 | 0.29 | 86.4 | 0.94 | 0.37 |
| Hex | 68 | B5 | 6 | 2B | 0 | 61 | 1D | 56 | 5E | 25 |
| Octal | 150 | 265 | 6 | 53 | 0 | 141 | 35 | 126 | 136 | 45 |
| Binary | 1101000 | 10110101 | 110 | 101011 | 0 | 1100001 | 11101 | 1010110 | 1011110 | 100101 |
Color Harmonies of #68B506
Complementary color
Monochromatic Colors of #68B506
Black with #68B506
Text Example
Text Example
White with #68B506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B506; }
p { color: rgb(104,181,6); }
H1.HeaderClassName
{
color: #68B506;
}
.AnyTagClassName
{
color: #68B506;
}
</style>
background-color css
<style>
a { background-color: #68B506; }
a { background-color: rgb(104,181,6); }
div.DivClassName
{
background-color: #68B506;
}
.BgClassName
{
background-color: #68B506;
}
</style>
border-color css
<style>
span { border-color: #68B506; }
span { border-color: rgb(104,181,6); }
td.TdClassName
{
border-color: #68B506;
}
.TagClassName
{
border-color: #68B506;
}
</style>