Shades of Christi #68AE02
Tints of Christi #68AE02
RGB
CMYK
RGB Variations
Color information
#68AE02 (or 0x68AE02) is known color: Christi. HEX triplet: 68, AE and 02. RGB value is (104,174,2). Sum of RGB (Red+Green+Blue) = 104+174+2=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 174 (68.36% from 255 or 62.14% from 280); Blue value is 2 (1.17% from 255 or 0.71% from 280); Max value from RGB is 174 - color contains mainly: green. Hex color #68AE02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68AE02 is #9751FD. Grayscale: #868686. Windows color (decimal): -9916926 or 175720. OLE color: 175720.
HSL color Cylindrical-coordinate representation of color #68AE02: hue angle of 84.42º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #68AE02 is Cyan = 0.40, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 174 | 2 | - |
| CMYK | 0.40 | 0 | 0.99 | 0.32 |
| HSL | 84.42º | 0.98% | 0.35% | - |
| HSV(B) | 84.42º | 0.99% | 0.68% | - |
| XYZ | 20.86 | 33.22 | 5.37 | - |
| YUV | 133.46 | 53.81 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 174 | 2 | 0.40 | 0 | 0.99 | 0.32 | 84.42 | 0.98 | 0.35 |
| Hex | 68 | AE | 2 | 28 | 0 | 63 | 20 | 54 | 62 | 23 |
| Octal | 150 | 256 | 2 | 50 | 0 | 143 | 40 | 124 | 142 | 43 |
| Binary | 1101000 | 10101110 | 10 | 101000 | 0 | 1100011 | 100000 | 1010100 | 1100010 | 100011 |
Color Harmonies of #68AE02
Complementary color
Monochromatic Colors of #68AE02
Black with #68AE02
Text Example
Text Example
White with #68AE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AE02; }
p { color: rgb(104,174,2); }
H1.HeaderClassName
{
color: #68AE02;
}
.AnyTagClassName
{
color: #68AE02;
}
</style>
background-color css
<style>
a { background-color: #68AE02; }
a { background-color: rgb(104,174,2); }
div.DivClassName
{
background-color: #68AE02;
}
.BgClassName
{
background-color: #68AE02;
}
</style>
border-color css
<style>
span { border-color: #68AE02; }
span { border-color: rgb(104,174,2); }
td.TdClassName
{
border-color: #68AE02;
}
.TagClassName
{
border-color: #68AE02;
}
</style>