Shades of Christi #6BA917
Tints of Christi #6BA917
RGB
CMYK
RGB Variations
Color information
#6BA917 (or 0x6BA917) is known color: Christi. HEX triplet: 6B, A9 and 17. RGB value is (107,169,23). Sum of RGB (Red+Green+Blue) = 107+169+23=299 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.79% from 299); Green value is 169 (66.41% from 255 or 56.52% from 299); Blue value is 23 (9.38% from 255 or 7.69% from 299); Max value from RGB is 169 - color contains mainly: green. Hex color #6BA917 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BA917 is #9456E8. Grayscale: #868686. Windows color (decimal): -9721577 or 1550699. OLE color: 1550699.
HSL color Cylindrical-coordinate representation of color #6BA917: hue angle of 85.48º degrees, saturation: 0.76, 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 #6BA917 is Cyan = 0.37, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 107 | 169 | 23 | - |
| CMYK | 0.37 | 0 | 0.86 | 0.34 |
| HSL | 85.48º | 0.76% | 0.38% | - |
| HSV(B) | 85.48º | 0.86% | 0.66% | - |
| XYZ | 20.41 | 31.56 | 5.83 | - |
| YUV | 133.82 | 65.46 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 169 | 23 | 0.37 | 0 | 0.86 | 0.34 | 85.48 | 0.76 | 0.38 |
| Hex | 6B | A9 | 17 | 25 | 0 | 56 | 22 | 55 | 4C | 26 |
| Octal | 153 | 251 | 27 | 45 | 0 | 126 | 42 | 125 | 114 | 46 |
| Binary | 1101011 | 10101001 | 10111 | 100101 | 0 | 1010110 | 100010 | 1010101 | 1001100 | 100110 |
Color Harmonies of #6BA917
Complementary color
Monochromatic Colors of #6BA917
Black with #6BA917
Text Example
Text Example
White with #6BA917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA917; }
p { color: rgb(107,169,23); }
H1.HeaderClassName
{
color: #6BA917;
}
.AnyTagClassName
{
color: #6BA917;
}
</style>
background-color css
<style>
a { background-color: #6BA917; }
a { background-color: rgb(107,169,23); }
div.DivClassName
{
background-color: #6BA917;
}
.BgClassName
{
background-color: #6BA917;
}
</style>
border-color css
<style>
span { border-color: #6BA917; }
span { border-color: rgb(107,169,23); }
td.TdClassName
{
border-color: #6BA917;
}
.TagClassName
{
border-color: #6BA917;
}
</style>