Shades of Christi #68B80E
Tints of Christi #68B80E
RGB
CMYK
RGB Variations
Color information
#68B80E (or 0x68B80E) is known color: Christi. HEX triplet: 68, B8 and 0E. RGB value is (104,184,14). Sum of RGB (Red+Green+Blue) = 104+184+14=302 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.44% from 302); Green value is 184 (72.27% from 255 or 60.93% from 302); Blue value is 14 (5.86% from 255 or 4.64% from 302); Max value from RGB is 184 - color contains mainly: green. Hex color #68B80E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68B80E is #9747F1. Grayscale: #8D8D8D. Windows color (decimal): -9914354 or 964712. OLE color: 964712.
HSL color Cylindrical-coordinate representation of color #68B80E: hue angle of 88.24º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #68B80E is Cyan = 0.43, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 104 | 184 | 14 | - |
| CMYK | 0.43 | 0 | 0.92 | 0.28 |
| HSL | 88.24º | 0.86% | 0.39% | - |
| HSV(B) | 88.24º | 0.92% | 0.72% | - |
| XYZ | 22.93 | 37.26 | 6.4 | - |
| YUV | 140.7 | 56.5 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 184 | 14 | 0.43 | 0 | 0.92 | 0.28 | 88.24 | 0.86 | 0.39 |
| Hex | 68 | B8 | E | 2B | 0 | 5C | 1C | 58 | 56 | 27 |
| Octal | 150 | 270 | 16 | 53 | 0 | 134 | 34 | 130 | 126 | 47 |
| Binary | 1101000 | 10111000 | 1110 | 101011 | 0 | 1011100 | 11100 | 1011000 | 1010110 | 100111 |
Color Harmonies of #68B80E
Complementary color
Monochromatic Colors of #68B80E
Black with #68B80E
Text Example
Text Example
White with #68B80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B80E; }
p { color: rgb(104,184,14); }
H1.HeaderClassName
{
color: #68B80E;
}
.AnyTagClassName
{
color: #68B80E;
}
</style>
background-color css
<style>
a { background-color: #68B80E; }
a { background-color: rgb(104,184,14); }
div.DivClassName
{
background-color: #68B80E;
}
.BgClassName
{
background-color: #68B80E;
}
</style>
border-color css
<style>
span { border-color: #68B80E; }
span { border-color: rgb(104,184,14); }
td.TdClassName
{
border-color: #68B80E;
}
.TagClassName
{
border-color: #68B80E;
}
</style>