Shades of Christi #6BA125
Tints of Christi #6BA125
RGB
CMYK
RGB Variations
Color information
#6BA125 (or 0x6BA125) is known color: Christi. HEX triplet: 6B, A1 and 25. RGB value is (107,161,37). Sum of RGB (Red+Green+Blue) = 107+161+37=305 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.08% from 305); Green value is 161 (63.28% from 255 or 52.79% from 305); Blue value is 37 (14.84% from 255 or 12.13% from 305); Max value from RGB is 161 - color contains mainly: green. Hex color #6BA125 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA125 is #945EDA. Grayscale: #838383. Windows color (decimal): -9723611 or 2466155. OLE color: 2466155.
HSL color Cylindrical-coordinate representation of color #6BA125: hue angle of 86.13º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6BA125 is Cyan = 0.34, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 107 | 161 | 37 | - |
| CMYK | 0.34 | 0 | 0.77 | 0.37 |
| HSL | 86.13º | 0.63% | 0.39% | - |
| HSV(B) | 86.13º | 0.77% | 0.63% | - |
| XYZ | 19.14 | 28.75 | 6.29 | - |
| YUV | 130.72 | 75.11 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 161 | 37 | 0.34 | 0 | 0.77 | 0.37 | 86.13 | 0.63 | 0.39 |
| Hex | 6B | A1 | 25 | 22 | 0 | 4D | 25 | 56 | 3F | 27 |
| Octal | 153 | 241 | 45 | 42 | 0 | 115 | 45 | 126 | 77 | 47 |
| Binary | 1101011 | 10100001 | 100101 | 100010 | 0 | 1001101 | 100101 | 1010110 | 111111 | 100111 |
Color Harmonies of #6BA125
Complementary color
Monochromatic Colors of #6BA125
Black with #6BA125
Text Example
Text Example
White with #6BA125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA125; }
p { color: rgb(107,161,37); }
H1.HeaderClassName
{
color: #6BA125;
}
.AnyTagClassName
{
color: #6BA125;
}
</style>
background-color css
<style>
a { background-color: #6BA125; }
a { background-color: rgb(107,161,37); }
div.DivClassName
{
background-color: #6BA125;
}
.BgClassName
{
background-color: #6BA125;
}
</style>
border-color css
<style>
span { border-color: #6BA125; }
span { border-color: rgb(107,161,37); }
td.TdClassName
{
border-color: #6BA125;
}
.TagClassName
{
border-color: #6BA125;
}
</style>