Shades of Christi #6A9E1E
Tints of Christi #6A9E1E
RGB
CMYK
RGB Variations
Color information
#6A9E1E (or 0x6A9E1E) is known color: Christi. HEX triplet: 6A, 9E and 1E. RGB value is (106,158,30). Sum of RGB (Red+Green+Blue) = 106+158+30=294 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.05% from 294); Green value is 158 (62.11% from 255 or 53.74% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 158 - color contains mainly: green. Hex color #6A9E1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A9E1E is #9561E1. Grayscale: #808080. Windows color (decimal): -9789922 or 2006634. OLE color: 2006634.
HSL color Cylindrical-coordinate representation of color #6A9E1E: hue angle of 84.38º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6A9E1E is Cyan = 0.33, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 106 | 158 | 30 | - |
| CMYK | 0.33 | 0 | 0.81 | 0.38 |
| HSL | 84.38º | 0.68% | 0.37% | - |
| HSV(B) | 84.38º | 0.81% | 0.62% | - |
| XYZ | 18.41 | 27.61 | 5.59 | - |
| YUV | 127.86 | 72.77 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 158 | 30 | 0.33 | 0 | 0.81 | 0.38 | 84.38 | 0.68 | 0.37 |
| Hex | 6A | 9E | 1E | 21 | 0 | 51 | 26 | 54 | 44 | 25 |
| Octal | 152 | 236 | 36 | 41 | 0 | 121 | 46 | 124 | 104 | 45 |
| Binary | 1101010 | 10011110 | 11110 | 100001 | 0 | 1010001 | 100110 | 1010100 | 1000100 | 100101 |
Color Harmonies of #6A9E1E
Complementary color
Monochromatic Colors of #6A9E1E
Black with #6A9E1E
Text Example
Text Example
White with #6A9E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9E1E; }
p { color: rgb(106,158,30); }
H1.HeaderClassName
{
color: #6A9E1E;
}
.AnyTagClassName
{
color: #6A9E1E;
}
</style>
background-color css
<style>
a { background-color: #6A9E1E; }
a { background-color: rgb(106,158,30); }
div.DivClassName
{
background-color: #6A9E1E;
}
.BgClassName
{
background-color: #6A9E1E;
}
</style>
border-color css
<style>
span { border-color: #6A9E1E; }
span { border-color: rgb(106,158,30); }
td.TdClassName
{
border-color: #6A9E1E;
}
.TagClassName
{
border-color: #6A9E1E;
}
</style>