Shades of Christi #6BA01E
Tints of Christi #6BA01E
RGB
CMYK
RGB Variations
Color information
#6BA01E (or 0x6BA01E) is known color: Christi. HEX triplet: 6B, A0 and 1E. RGB value is (107,160,30). Sum of RGB (Red+Green+Blue) = 107+160+30=297 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.03% from 297); Green value is 160 (62.89% from 255 or 53.87% from 297); Blue value is 30 (12.11% from 255 or 10.10% from 297); Max value from RGB is 160 - color contains mainly: green. Hex color #6BA01E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA01E is #945FE1. Grayscale: #818181. Windows color (decimal): -9723874 or 2007147. OLE color: 2007147.
HSL color Cylindrical-coordinate representation of color #6BA01E: hue angle of 84.46º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6BA01E is Cyan = 0.33, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 107 | 160 | 30 | - |
| CMYK | 0.33 | 0 | 0.81 | 0.37 |
| HSL | 84.46º | 0.68% | 0.37% | - |
| HSV(B) | 84.46º | 0.81% | 0.63% | - |
| XYZ | 18.87 | 28.36 | 5.71 | - |
| YUV | 129.33 | 71.94 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 160 | 30 | 0.33 | 0 | 0.81 | 0.37 | 84.46 | 0.68 | 0.37 |
| Hex | 6B | A0 | 1E | 21 | 0 | 51 | 25 | 54 | 44 | 25 |
| Octal | 153 | 240 | 36 | 41 | 0 | 121 | 45 | 124 | 104 | 45 |
| Binary | 1101011 | 10100000 | 11110 | 100001 | 0 | 1010001 | 100101 | 1010100 | 1000100 | 100101 |
Color Harmonies of #6BA01E
Complementary color
Monochromatic Colors of #6BA01E
Black with #6BA01E
Text Example
Text Example
White with #6BA01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA01E; }
p { color: rgb(107,160,30); }
H1.HeaderClassName
{
color: #6BA01E;
}
.AnyTagClassName
{
color: #6BA01E;
}
</style>
background-color css
<style>
a { background-color: #6BA01E; }
a { background-color: rgb(107,160,30); }
div.DivClassName
{
background-color: #6BA01E;
}
.BgClassName
{
background-color: #6BA01E;
}
</style>
border-color css
<style>
span { border-color: #6BA01E; }
span { border-color: rgb(107,160,30); }
td.TdClassName
{
border-color: #6BA01E;
}
.TagClassName
{
border-color: #6BA01E;
}
</style>