Shades of Christi #6BA411
Tints of Christi #6BA411
RGB
CMYK
RGB Variations
Color information
#6BA411 (or 0x6BA411) is known color: Christi. HEX triplet: 6B, A4 and 11. RGB value is (107,164,17). Sum of RGB (Red+Green+Blue) = 107+164+17=288 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.15% from 288); Green value is 164 (64.45% from 255 or 56.94% from 288); Blue value is 17 (7.03% from 255 or 5.90% from 288); Max value from RGB is 164 - color contains mainly: green. Hex color #6BA411 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BA411 is #945BEE. Grayscale: #828282. Windows color (decimal): -9722863 or 1156203. OLE color: 1156203.
HSL color Cylindrical-coordinate representation of color #6BA411: hue angle of 83.27º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6BA411 is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 164 | 17 | - |
| CMYK | 0.35 | 0 | 0.90 | 0.36 |
| HSL | 83.27º | 0.81% | 0.35% | - |
| HSV(B) | 83.27º | 0.9% | 0.64% | - |
| XYZ | 19.44 | 29.72 | 5.24 | - |
| YUV | 130.2 | 64.12 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 164 | 17 | 0.35 | 0 | 0.90 | 0.36 | 83.27 | 0.81 | 0.35 |
| Hex | 6B | A4 | 11 | 23 | 0 | 5A | 24 | 53 | 51 | 23 |
| Octal | 153 | 244 | 21 | 43 | 0 | 132 | 44 | 123 | 121 | 43 |
| Binary | 1101011 | 10100100 | 10001 | 100011 | 0 | 1011010 | 100100 | 1010011 | 1010001 | 100011 |
Color Harmonies of #6BA411
Complementary color
Monochromatic Colors of #6BA411
Black with #6BA411
Text Example
Text Example
White with #6BA411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA411; }
p { color: rgb(107,164,17); }
H1.HeaderClassName
{
color: #6BA411;
}
.AnyTagClassName
{
color: #6BA411;
}
</style>
background-color css
<style>
a { background-color: #6BA411; }
a { background-color: rgb(107,164,17); }
div.DivClassName
{
background-color: #6BA411;
}
.BgClassName
{
background-color: #6BA411;
}
</style>
border-color css
<style>
span { border-color: #6BA411; }
span { border-color: rgb(107,164,17); }
td.TdClassName
{
border-color: #6BA411;
}
.TagClassName
{
border-color: #6BA411;
}
</style>