Shades of Christi #68B328
Tints of Christi #68B328
RGB
CMYK
RGB Variations
Color information
#68B328 (or 0x68B328) is known color: Christi. HEX triplet: 68, B3 and 28. RGB value is (104,179,40). Sum of RGB (Red+Green+Blue) = 104+179+40=323 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.20% from 323); Green value is 179 (70.31% from 255 or 55.42% from 323); Blue value is 40 (16.02% from 255 or 12.38% from 323); Max value from RGB is 179 - color contains mainly: green. Hex color #68B328 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68B328 is #974CD7. Grayscale: #8D8D8D. Windows color (decimal): -9915608 or 2667368. OLE color: 2667368.
HSL color Cylindrical-coordinate representation of color #68B328: hue angle of 92.37º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #68B328 is Cyan = 0.42, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 104 | 179 | 40 | - |
| CMYK | 0.42 | 0 | 0.78 | 0.30 |
| HSL | 92.37º | 0.63% | 0.43% | - |
| HSV(B) | 92.37º | 0.78% | 0.7% | - |
| XYZ | 22.21 | 35.34 | 7.66 | - |
| YUV | 140.73 | 71.15 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 179 | 40 | 0.42 | 0 | 0.78 | 0.30 | 92.37 | 0.63 | 0.43 |
| Hex | 68 | B3 | 28 | 2A | 0 | 4E | 1E | 5C | 3F | 2B |
| Octal | 150 | 263 | 50 | 52 | 0 | 116 | 36 | 134 | 77 | 53 |
| Binary | 1101000 | 10110011 | 101000 | 101010 | 0 | 1001110 | 11110 | 1011100 | 111111 | 101011 |
Color Harmonies of #68B328
Complementary color
Monochromatic Colors of #68B328
Black with #68B328
Text Example
Text Example
White with #68B328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B328; }
p { color: rgb(104,179,40); }
H1.HeaderClassName
{
color: #68B328;
}
.AnyTagClassName
{
color: #68B328;
}
</style>
background-color css
<style>
a { background-color: #68B328; }
a { background-color: rgb(104,179,40); }
div.DivClassName
{
background-color: #68B328;
}
.BgClassName
{
background-color: #68B328;
}
</style>
border-color css
<style>
span { border-color: #68B328; }
span { border-color: rgb(104,179,40); }
td.TdClassName
{
border-color: #68B328;
}
.TagClassName
{
border-color: #68B328;
}
</style>