Shades of Christi #68B31E
Tints of Christi #68B31E
RGB
CMYK
RGB Variations
Color information
#68B31E (or 0x68B31E) is known color: Christi. HEX triplet: 68, B3 and 1E. RGB value is (104,179,30). Sum of RGB (Red+Green+Blue) = 104+179+30=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 179 (70.31% from 255 or 57.19% from 313); Blue value is 30 (12.11% from 255 or 9.58% from 313); Max value from RGB is 179 - color contains mainly: green. Hex color #68B31E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68B31E is #974CE1. Grayscale: #8C8C8C. Windows color (decimal): -9915618 or 2012008. OLE color: 2012008.
HSL color Cylindrical-coordinate representation of color #68B31E: hue angle of 90.2º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #68B31E is Cyan = 0.42, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 104 | 179 | 30 | - |
| CMYK | 0.42 | 0 | 0.83 | 0.30 |
| HSL | 90.2º | 0.71% | 0.41% | - |
| HSV(B) | 90.2º | 0.83% | 0.7% | - |
| XYZ | 22.06 | 35.28 | 6.87 | - |
| YUV | 139.59 | 66.15 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 179 | 30 | 0.42 | 0 | 0.83 | 0.30 | 90.2 | 0.71 | 0.41 |
| Hex | 68 | B3 | 1E | 2A | 0 | 53 | 1E | 5A | 47 | 29 |
| Octal | 150 | 263 | 36 | 52 | 0 | 123 | 36 | 132 | 107 | 51 |
| Binary | 1101000 | 10110011 | 11110 | 101010 | 0 | 1010011 | 11110 | 1011010 | 1000111 | 101001 |
Color Harmonies of #68B31E
Complementary color
Monochromatic Colors of #68B31E
Black with #68B31E
Text Example
Text Example
White with #68B31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B31E; }
p { color: rgb(104,179,30); }
H1.HeaderClassName
{
color: #68B31E;
}
.AnyTagClassName
{
color: #68B31E;
}
</style>
background-color css
<style>
a { background-color: #68B31E; }
a { background-color: rgb(104,179,30); }
div.DivClassName
{
background-color: #68B31E;
}
.BgClassName
{
background-color: #68B31E;
}
</style>
border-color css
<style>
span { border-color: #68B31E; }
span { border-color: rgb(104,179,30); }
td.TdClassName
{
border-color: #68B31E;
}
.TagClassName
{
border-color: #68B31E;
}
</style>