Shades of Christi #68AE31
Tints of Christi #68AE31
RGB
CMYK
RGB Variations
Color information
#68AE31 (or 0x68AE31) is known color: Christi. HEX triplet: 68, AE and 31. RGB value is (104,174,49). Sum of RGB (Red+Green+Blue) = 104+174+49=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 174 (68.36% from 255 or 53.21% from 327); Blue value is 49 (19.53% from 255 or 14.98% from 327); Max value from RGB is 174 - color contains mainly: green. Hex color #68AE31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AE31 is #9751CE. Grayscale: #8B8B8B. Windows color (decimal): -9916879 or 3255912. OLE color: 3255912.
HSL color Cylindrical-coordinate representation of color #68AE31: hue angle of 93.6º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #68AE31 is Cyan = 0.40, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 174 | 49 | - |
| CMYK | 0.40 | 0 | 0.72 | 0.32 |
| HSL | 93.6º | 0.56% | 0.44% | - |
| HSV(B) | 93.6º | 0.72% | 0.68% | - |
| XYZ | 21.4 | 33.44 | 8.23 | - |
| YUV | 138.82 | 77.31 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 174 | 49 | 0.40 | 0 | 0.72 | 0.32 | 93.6 | 0.56 | 0.44 |
| Hex | 68 | AE | 31 | 28 | 0 | 48 | 20 | 5E | 38 | 2C |
| Octal | 150 | 256 | 61 | 50 | 0 | 110 | 40 | 136 | 70 | 54 |
| Binary | 1101000 | 10101110 | 110001 | 101000 | 0 | 1001000 | 100000 | 1011110 | 111000 | 101100 |
Color Harmonies of #68AE31
Complementary color
Monochromatic Colors of #68AE31
Black with #68AE31
Text Example
Text Example
White with #68AE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AE31; }
p { color: rgb(104,174,49); }
H1.HeaderClassName
{
color: #68AE31;
}
.AnyTagClassName
{
color: #68AE31;
}
</style>
background-color css
<style>
a { background-color: #68AE31; }
a { background-color: rgb(104,174,49); }
div.DivClassName
{
background-color: #68AE31;
}
.BgClassName
{
background-color: #68AE31;
}
</style>
border-color css
<style>
span { border-color: #68AE31; }
span { border-color: rgb(104,174,49); }
td.TdClassName
{
border-color: #68AE31;
}
.TagClassName
{
border-color: #68AE31;
}
</style>