Shades of Christi #6BA41A
Tints of Christi #6BA41A
RGB
CMYK
RGB Variations
Color information
#6BA41A (or 0x6BA41A) is known color: Christi. HEX triplet: 6B, A4 and 1A. RGB value is (107,164,26). Sum of RGB (Red+Green+Blue) = 107+164+26=297 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.03% from 297); Green value is 164 (64.45% from 255 or 55.22% from 297); Blue value is 26 (10.55% from 255 or 8.75% from 297); Max value from RGB is 164 - color contains mainly: green. Hex color #6BA41A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA41A is #945BE5. Grayscale: #838383. Windows color (decimal): -9722854 or 1746027. OLE color: 1746027.
HSL color Cylindrical-coordinate representation of color #6BA41A: hue angle of 84.78º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6BA41A is Cyan = 0.35, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 164 | 26 | - |
| CMYK | 0.35 | 0 | 0.84 | 0.36 |
| HSL | 84.78º | 0.73% | 0.37% | - |
| HSV(B) | 84.78º | 0.84% | 0.64% | - |
| XYZ | 19.53 | 29.75 | 5.69 | - |
| YUV | 131.23 | 68.62 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 164 | 26 | 0.35 | 0 | 0.84 | 0.36 | 84.78 | 0.73 | 0.37 |
| Hex | 6B | A4 | 1A | 23 | 0 | 54 | 24 | 55 | 49 | 25 |
| Octal | 153 | 244 | 32 | 43 | 0 | 124 | 44 | 125 | 111 | 45 |
| Binary | 1101011 | 10100100 | 11010 | 100011 | 0 | 1010100 | 100100 | 1010101 | 1001001 | 100101 |
Color Harmonies of #6BA41A
Complementary color
Monochromatic Colors of #6BA41A
Black with #6BA41A
Text Example
Text Example
White with #6BA41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA41A; }
p { color: rgb(107,164,26); }
H1.HeaderClassName
{
color: #6BA41A;
}
.AnyTagClassName
{
color: #6BA41A;
}
</style>
background-color css
<style>
a { background-color: #6BA41A; }
a { background-color: rgb(107,164,26); }
div.DivClassName
{
background-color: #6BA41A;
}
.BgClassName
{
background-color: #6BA41A;
}
</style>
border-color css
<style>
span { border-color: #6BA41A; }
span { border-color: rgb(107,164,26); }
td.TdClassName
{
border-color: #6BA41A;
}
.TagClassName
{
border-color: #6BA41A;
}
</style>