Shades of Christi #6BA918
Tints of Christi #6BA918
RGB
CMYK
RGB Variations
Color information
#6BA918 (or 0x6BA918) is known color: Christi. HEX triplet: 6B, A9 and 18. RGB value is (107,169,24). Sum of RGB (Red+Green+Blue) = 107+169+24=300 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.67% from 300); Green value is 169 (66.41% from 255 or 56.33% from 300); Blue value is 24 (9.77% from 255 or 8% from 300); Max value from RGB is 169 - color contains mainly: green. Hex color #6BA918 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BA918 is #9456E7. Grayscale: #868686. Windows color (decimal): -9721576 or 1616235. OLE color: 1616235.
HSL color Cylindrical-coordinate representation of color #6BA918: hue angle of 85.66º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6BA918 is Cyan = 0.37, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 107 | 169 | 24 | - |
| CMYK | 0.37 | 0 | 0.86 | 0.34 |
| HSL | 85.66º | 0.75% | 0.38% | - |
| HSV(B) | 85.66º | 0.86% | 0.66% | - |
| XYZ | 20.42 | 31.57 | 5.88 | - |
| YUV | 133.93 | 65.96 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 169 | 24 | 0.37 | 0 | 0.86 | 0.34 | 85.66 | 0.75 | 0.38 |
| Hex | 6B | A9 | 18 | 25 | 0 | 56 | 22 | 56 | 4B | 26 |
| Octal | 153 | 251 | 30 | 45 | 0 | 126 | 42 | 126 | 113 | 46 |
| Binary | 1101011 | 10101001 | 11000 | 100101 | 0 | 1010110 | 100010 | 1010110 | 1001011 | 100110 |
Color Harmonies of #6BA918
Complementary color
Monochromatic Colors of #6BA918
Black with #6BA918
Text Example
Text Example
White with #6BA918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA918; }
p { color: rgb(107,169,24); }
H1.HeaderClassName
{
color: #6BA918;
}
.AnyTagClassName
{
color: #6BA918;
}
</style>
background-color css
<style>
a { background-color: #6BA918; }
a { background-color: rgb(107,169,24); }
div.DivClassName
{
background-color: #6BA918;
}
.BgClassName
{
background-color: #6BA918;
}
</style>
border-color css
<style>
span { border-color: #6BA918; }
span { border-color: rgb(107,169,24); }
td.TdClassName
{
border-color: #6BA918;
}
.TagClassName
{
border-color: #6BA918;
}
</style>