Shades of Christi #6BA119
Tints of Christi #6BA119
RGB
CMYK
RGB Variations
Color information
#6BA119 (or 0x6BA119) is known color: Christi. HEX triplet: 6B, A1 and 19. RGB value is (107,161,25). Sum of RGB (Red+Green+Blue) = 107+161+25=293 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.52% from 293); Green value is 161 (63.28% from 255 or 54.95% from 293); Blue value is 25 (10.16% from 255 or 8.53% from 293); Max value from RGB is 161 - color contains mainly: green. Hex color #6BA119 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BA119 is #945EE6. Grayscale: #818181. Windows color (decimal): -9723623 or 1679723. OLE color: 1679723.
HSL color Cylindrical-coordinate representation of color #6BA119: hue angle of 83.82º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6BA119 is Cyan = 0.34, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 107 | 161 | 25 | - |
| CMYK | 0.34 | 0 | 0.84 | 0.37 |
| HSL | 83.82º | 0.73% | 0.36% | - |
| HSV(B) | 83.82º | 0.84% | 0.63% | - |
| XYZ | 18.98 | 28.69 | 5.46 | - |
| YUV | 129.35 | 69.11 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 161 | 25 | 0.34 | 0 | 0.84 | 0.37 | 83.82 | 0.73 | 0.36 |
| Hex | 6B | A1 | 19 | 22 | 0 | 54 | 25 | 54 | 49 | 24 |
| Octal | 153 | 241 | 31 | 42 | 0 | 124 | 45 | 124 | 111 | 44 |
| Binary | 1101011 | 10100001 | 11001 | 100010 | 0 | 1010100 | 100101 | 1010100 | 1001001 | 100100 |
Color Harmonies of #6BA119
Complementary color
Monochromatic Colors of #6BA119
Black with #6BA119
Text Example
Text Example
White with #6BA119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA119; }
p { color: rgb(107,161,25); }
H1.HeaderClassName
{
color: #6BA119;
}
.AnyTagClassName
{
color: #6BA119;
}
</style>
background-color css
<style>
a { background-color: #6BA119; }
a { background-color: rgb(107,161,25); }
div.DivClassName
{
background-color: #6BA119;
}
.BgClassName
{
background-color: #6BA119;
}
</style>
border-color css
<style>
span { border-color: #6BA119; }
span { border-color: rgb(107,161,25); }
td.TdClassName
{
border-color: #6BA119;
}
.TagClassName
{
border-color: #6BA119;
}
</style>