Shades of Christi #68B121
Tints of Christi #68B121
RGB
CMYK
RGB Variations
Color information
#68B121 (or 0x68B121) is known color: Christi. HEX triplet: 68, B1 and 21. RGB value is (104,177,33). Sum of RGB (Red+Green+Blue) = 104+177+33=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 177 (69.53% from 255 or 56.37% from 314); Blue value is 33 (13.28% from 255 or 10.51% from 314); Max value from RGB is 177 - color contains mainly: green. Hex color #68B121 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68B121 is #974EDE. Grayscale: #8B8B8B. Windows color (decimal): -9916127 or 2208104. OLE color: 2208104.
HSL color Cylindrical-coordinate representation of color #68B121: hue angle of 90.42º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #68B121 is Cyan = 0.41, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 177 | 33 | - |
| CMYK | 0.41 | 0 | 0.81 | 0.31 |
| HSL | 90.42º | 0.69% | 0.41% | - |
| HSV(B) | 90.42º | 0.81% | 0.69% | - |
| XYZ | 21.71 | 34.5 | 6.95 | - |
| YUV | 138.76 | 68.32 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 177 | 33 | 0.41 | 0 | 0.81 | 0.31 | 90.42 | 0.69 | 0.41 |
| Hex | 68 | B1 | 21 | 29 | 0 | 51 | 1F | 5A | 45 | 29 |
| Octal | 150 | 261 | 41 | 51 | 0 | 121 | 37 | 132 | 105 | 51 |
| Binary | 1101000 | 10110001 | 100001 | 101001 | 0 | 1010001 | 11111 | 1011010 | 1000101 | 101001 |
Color Harmonies of #68B121
Complementary color
Monochromatic Colors of #68B121
Black with #68B121
Text Example
Text Example
White with #68B121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B121; }
p { color: rgb(104,177,33); }
H1.HeaderClassName
{
color: #68B121;
}
.AnyTagClassName
{
color: #68B121;
}
</style>
background-color css
<style>
a { background-color: #68B121; }
a { background-color: rgb(104,177,33); }
div.DivClassName
{
background-color: #68B121;
}
.BgClassName
{
background-color: #68B121;
}
</style>
border-color css
<style>
span { border-color: #68B121; }
span { border-color: rgb(104,177,33); }
td.TdClassName
{
border-color: #68B121;
}
.TagClassName
{
border-color: #68B121;
}
</style>