Shades of Christi #6BA128
Tints of Christi #6BA128
RGB
CMYK
RGB Variations
Color information
#6BA128 (or 0x6BA128) is known color: Christi. HEX triplet: 6B, A1 and 28. RGB value is (107,161,40). Sum of RGB (Red+Green+Blue) = 107+161+40=308 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.74% from 308); Green value is 161 (63.28% from 255 or 52.27% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 161 - color contains mainly: green. Hex color #6BA128 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA128 is #945ED7. Grayscale: #838383. Windows color (decimal): -9723608 or 2662763. OLE color: 2662763.
HSL color Cylindrical-coordinate representation of color #6BA128: hue angle of 86.78º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6BA128 is Cyan = 0.34, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 107 | 161 | 40 | - |
| CMYK | 0.34 | 0 | 0.75 | 0.37 |
| HSL | 86.78º | 0.6% | 0.39% | - |
| HSV(B) | 86.78º | 0.75% | 0.63% | - |
| XYZ | 19.19 | 28.77 | 6.55 | - |
| YUV | 131.06 | 76.61 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 161 | 40 | 0.34 | 0 | 0.75 | 0.37 | 86.78 | 0.6 | 0.39 |
| Hex | 6B | A1 | 28 | 22 | 0 | 4B | 25 | 57 | 3C | 27 |
| Octal | 153 | 241 | 50 | 42 | 0 | 113 | 45 | 127 | 74 | 47 |
| Binary | 1101011 | 10100001 | 101000 | 100010 | 0 | 1001011 | 100101 | 1010111 | 111100 | 100111 |
Color Harmonies of #6BA128
Complementary color
Monochromatic Colors of #6BA128
Black with #6BA128
Text Example
Text Example
White with #6BA128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA128; }
p { color: rgb(107,161,40); }
H1.HeaderClassName
{
color: #6BA128;
}
.AnyTagClassName
{
color: #6BA128;
}
</style>
background-color css
<style>
a { background-color: #6BA128; }
a { background-color: rgb(107,161,40); }
div.DivClassName
{
background-color: #6BA128;
}
.BgClassName
{
background-color: #6BA128;
}
</style>
border-color css
<style>
span { border-color: #6BA128; }
span { border-color: rgb(107,161,40); }
td.TdClassName
{
border-color: #6BA128;
}
.TagClassName
{
border-color: #6BA128;
}
</style>