Shades of Christi #6E9E02
Tints of Christi #6E9E02
RGB
CMYK
RGB Variations
Color information
#6E9E02 (or 0x6E9E02) is known color: Christi. HEX triplet: 6E, 9E and 02. RGB value is (110,158,2). Sum of RGB (Red+Green+Blue) = 110+158+2=270 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.74% from 270); Green value is 158 (62.11% from 255 or 58.52% from 270); Blue value is 2 (1.17% from 255 or 0.74% from 270); Max value from RGB is 158 - color contains mainly: green. Hex color #6E9E02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E9E02 is #9161FD. Grayscale: #7E7E7E. Windows color (decimal): -9527806 or 171630. OLE color: 171630.
HSL color Cylindrical-coordinate representation of color #6E9E02: hue angle of 78.46º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6E9E02 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 110 | 158 | 2 | - |
| CMYK | 0.30 | 0 | 0.99 | 0.38 |
| HSL | 78.46º | 0.98% | 0.31% | - |
| HSV(B) | 78.46º | 0.99% | 0.62% | - |
| XYZ | 18.67 | 27.77 | 4.43 | - |
| YUV | 125.86 | 58.1 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 158 | 2 | 0.30 | 0 | 0.99 | 0.38 | 78.46 | 0.98 | 0.31 |
| Hex | 6E | 9E | 2 | 1E | 0 | 63 | 26 | 4E | 62 | 1F |
| Octal | 156 | 236 | 2 | 36 | 0 | 143 | 46 | 116 | 142 | 37 |
| Binary | 1101110 | 10011110 | 10 | 11110 | 0 | 1100011 | 100110 | 1001110 | 1100010 | 11111 |
Color Harmonies of #6E9E02
Complementary color
Monochromatic Colors of #6E9E02
Black with #6E9E02
Text Example
Text Example
White with #6E9E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9E02; }
p { color: rgb(110,158,2); }
H1.HeaderClassName
{
color: #6E9E02;
}
.AnyTagClassName
{
color: #6E9E02;
}
</style>
background-color css
<style>
a { background-color: #6E9E02; }
a { background-color: rgb(110,158,2); }
div.DivClassName
{
background-color: #6E9E02;
}
.BgClassName
{
background-color: #6E9E02;
}
</style>
border-color css
<style>
span { border-color: #6E9E02; }
span { border-color: rgb(110,158,2); }
td.TdClassName
{
border-color: #6E9E02;
}
.TagClassName
{
border-color: #6E9E02;
}
</style>