Shades of Christi #68B321
Tints of Christi #68B321
RGB
CMYK
RGB Variations
Color information
#68B321 (or 0x68B321) is known color: Christi. HEX triplet: 68, B3 and 21. RGB value is (104,179,33). Sum of RGB (Red+Green+Blue) = 104+179+33=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 179 (70.31% from 255 or 56.65% from 316); Blue value is 33 (13.28% from 255 or 10.44% from 316); Max value from RGB is 179 - color contains mainly: green. Hex color #68B321 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68B321 is #974CDE. Grayscale: #8C8C8C. Windows color (decimal): -9915615 or 2208616. OLE color: 2208616.
HSL color Cylindrical-coordinate representation of color #68B321: hue angle of 90.82º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #68B321 is Cyan = 0.42, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 104 | 179 | 33 | - |
| CMYK | 0.42 | 0 | 0.82 | 0.30 |
| HSL | 90.82º | 0.69% | 0.42% | - |
| HSV(B) | 90.82º | 0.82% | 0.7% | - |
| XYZ | 22.1 | 35.29 | 7.09 | - |
| YUV | 139.93 | 67.65 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 179 | 33 | 0.42 | 0 | 0.82 | 0.30 | 90.82 | 0.69 | 0.42 |
| Hex | 68 | B3 | 21 | 2A | 0 | 52 | 1E | 5B | 45 | 2A |
| Octal | 150 | 263 | 41 | 52 | 0 | 122 | 36 | 133 | 105 | 52 |
| Binary | 1101000 | 10110011 | 100001 | 101010 | 0 | 1010010 | 11110 | 1011011 | 1000101 | 101010 |
Color Harmonies of #68B321
Complementary color
Monochromatic Colors of #68B321
Black with #68B321
Text Example
Text Example
White with #68B321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B321; }
p { color: rgb(104,179,33); }
H1.HeaderClassName
{
color: #68B321;
}
.AnyTagClassName
{
color: #68B321;
}
</style>
background-color css
<style>
a { background-color: #68B321; }
a { background-color: rgb(104,179,33); }
div.DivClassName
{
background-color: #68B321;
}
.BgClassName
{
background-color: #68B321;
}
</style>
border-color css
<style>
span { border-color: #68B321; }
span { border-color: rgb(104,179,33); }
td.TdClassName
{
border-color: #68B321;
}
.TagClassName
{
border-color: #68B321;
}
</style>