Shades of Christi #68B629
Tints of Christi #68B629
RGB
CMYK
RGB Variations
Color information
#68B629 (or 0x68B629) is known color: Christi. HEX triplet: 68, B6 and 29. RGB value is (104,182,41). Sum of RGB (Red+Green+Blue) = 104+182+41=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 182 (71.48% from 255 or 55.66% from 327); Blue value is 41 (16.41% from 255 or 12.54% from 327); Max value from RGB is 182 - color contains mainly: green. Hex color #68B629 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68B629 is #9749D6. Grayscale: #8F8F8F. Windows color (decimal): -9914839 or 2733672. OLE color: 2733672.
HSL color Cylindrical-coordinate representation of color #68B629: hue angle of 93.19º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #68B629 is Cyan = 0.43, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 182 | 41 | - |
| CMYK | 0.43 | 0 | 0.77 | 0.29 |
| HSL | 93.19º | 0.63% | 0.44% | - |
| HSV(B) | 93.19º | 0.77% | 0.71% | - |
| XYZ | 22.84 | 36.56 | 7.95 | - |
| YUV | 142.6 | 70.66 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 182 | 41 | 0.43 | 0 | 0.77 | 0.29 | 93.19 | 0.63 | 0.44 |
| Hex | 68 | B6 | 29 | 2B | 0 | 4D | 1D | 5D | 3F | 2C |
| Octal | 150 | 266 | 51 | 53 | 0 | 115 | 35 | 135 | 77 | 54 |
| Binary | 1101000 | 10110110 | 101001 | 101011 | 0 | 1001101 | 11101 | 1011101 | 111111 | 101100 |
Color Harmonies of #68B629
Complementary color
Monochromatic Colors of #68B629
Black with #68B629
Text Example
Text Example
White with #68B629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B629; }
p { color: rgb(104,182,41); }
H1.HeaderClassName
{
color: #68B629;
}
.AnyTagClassName
{
color: #68B629;
}
</style>
background-color css
<style>
a { background-color: #68B629; }
a { background-color: rgb(104,182,41); }
div.DivClassName
{
background-color: #68B629;
}
.BgClassName
{
background-color: #68B629;
}
</style>
border-color css
<style>
span { border-color: #68B629; }
span { border-color: rgb(104,182,41); }
td.TdClassName
{
border-color: #68B629;
}
.TagClassName
{
border-color: #68B629;
}
</style>