Shades of Christi #68B726
Tints of Christi #68B726
RGB
CMYK
RGB Variations
Color information
#68B726 (or 0x68B726) is known color: Christi. HEX triplet: 68, B7 and 26. RGB value is (104,183,38). Sum of RGB (Red+Green+Blue) = 104+183+38=325 (43% of max value = 765). Red value is 104 (41.02% from 255 or 32% from 325); Green value is 183 (71.88% from 255 or 56.31% from 325); Blue value is 38 (15.23% from 255 or 11.69% from 325); Max value from RGB is 183 - color contains mainly: green. Hex color #68B726 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68B726 is #9748D9. Grayscale: #8F8F8F. Windows color (decimal): -9914586 or 2537320. OLE color: 2537320.
HSL color Cylindrical-coordinate representation of color #68B726: hue angle of 92.69º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #68B726 is Cyan = 0.43, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 104 | 183 | 38 | - |
| CMYK | 0.43 | 0 | 0.79 | 0.28 |
| HSL | 92.69º | 0.66% | 0.43% | - |
| HSV(B) | 92.69º | 0.79% | 0.72% | - |
| XYZ | 22.99 | 36.95 | 7.75 | - |
| YUV | 142.85 | 68.83 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 183 | 38 | 0.43 | 0 | 0.79 | 0.28 | 92.69 | 0.66 | 0.43 |
| Hex | 68 | B7 | 26 | 2B | 0 | 4F | 1C | 5D | 42 | 2B |
| Octal | 150 | 267 | 46 | 53 | 0 | 117 | 34 | 135 | 102 | 53 |
| Binary | 1101000 | 10110111 | 100110 | 101011 | 0 | 1001111 | 11100 | 1011101 | 1000010 | 101011 |
Color Harmonies of #68B726
Complementary color
Monochromatic Colors of #68B726
Black with #68B726
Text Example
Text Example
White with #68B726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B726; }
p { color: rgb(104,183,38); }
H1.HeaderClassName
{
color: #68B726;
}
.AnyTagClassName
{
color: #68B726;
}
</style>
background-color css
<style>
a { background-color: #68B726; }
a { background-color: rgb(104,183,38); }
div.DivClassName
{
background-color: #68B726;
}
.BgClassName
{
background-color: #68B726;
}
</style>
border-color css
<style>
span { border-color: #68B726; }
span { border-color: rgb(104,183,38); }
td.TdClassName
{
border-color: #68B726;
}
.TagClassName
{
border-color: #68B726;
}
</style>