Shades of Christi #6BA11D
Tints of Christi #6BA11D
RGB
CMYK
RGB Variations
Color information
#6BA11D (or 0x6BA11D) is known color: Christi. HEX triplet: 6B, A1 and 1D. RGB value is (107,161,29). Sum of RGB (Red+Green+Blue) = 107+161+29=297 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.03% from 297); Green value is 161 (63.28% from 255 or 54.21% from 297); Blue value is 29 (11.72% from 255 or 9.76% from 297); Max value from RGB is 161 - color contains mainly: green. Hex color #6BA11D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA11D is #945EE2. Grayscale: #828282. Windows color (decimal): -9723619 or 1941867. OLE color: 1941867.
HSL color Cylindrical-coordinate representation of color #6BA11D: hue angle of 84.55º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6BA11D is Cyan = 0.34, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 107 | 161 | 29 | - |
| CMYK | 0.34 | 0 | 0.82 | 0.37 |
| HSL | 84.55º | 0.69% | 0.37% | - |
| HSV(B) | 84.55º | 0.82% | 0.63% | - |
| XYZ | 19.03 | 28.7 | 5.7 | - |
| YUV | 129.81 | 71.11 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 161 | 29 | 0.34 | 0 | 0.82 | 0.37 | 84.55 | 0.69 | 0.37 |
| Hex | 6B | A1 | 1D | 22 | 0 | 52 | 25 | 55 | 45 | 25 |
| Octal | 153 | 241 | 35 | 42 | 0 | 122 | 45 | 125 | 105 | 45 |
| Binary | 1101011 | 10100001 | 11101 | 100010 | 0 | 1010010 | 100101 | 1010101 | 1000101 | 100101 |
Color Harmonies of #6BA11D
Complementary color
Monochromatic Colors of #6BA11D
Black with #6BA11D
Text Example
Text Example
White with #6BA11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA11D; }
p { color: rgb(107,161,29); }
H1.HeaderClassName
{
color: #6BA11D;
}
.AnyTagClassName
{
color: #6BA11D;
}
</style>
background-color css
<style>
a { background-color: #6BA11D; }
a { background-color: rgb(107,161,29); }
div.DivClassName
{
background-color: #6BA11D;
}
.BgClassName
{
background-color: #6BA11D;
}
</style>
border-color css
<style>
span { border-color: #6BA11D; }
span { border-color: rgb(107,161,29); }
td.TdClassName
{
border-color: #6BA11D;
}
.TagClassName
{
border-color: #6BA11D;
}
</style>