Shades of Christi #6BA618
Tints of Christi #6BA618
RGB
CMYK
RGB Variations
Color information
#6BA618 (or 0x6BA618) is known color: Christi. HEX triplet: 6B, A6 and 18. RGB value is (107,166,24). Sum of RGB (Red+Green+Blue) = 107+166+24=297 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.03% from 297); Green value is 166 (65.23% from 255 or 55.89% from 297); Blue value is 24 (9.77% from 255 or 8.08% from 297); Max value from RGB is 166 - color contains mainly: green. Hex color #6BA618 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BA618 is #9459E7. Grayscale: #848484. Windows color (decimal): -9722344 or 1615467. OLE color: 1615467.
HSL color Cylindrical-coordinate representation of color #6BA618: hue angle of 84.93º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6BA618 is Cyan = 0.36, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 107 | 166 | 24 | - |
| CMYK | 0.36 | 0 | 0.86 | 0.35 |
| HSL | 84.93º | 0.75% | 0.37% | - |
| HSV(B) | 84.93º | 0.86% | 0.65% | - |
| XYZ | 19.86 | 30.46 | 5.7 | - |
| YUV | 132.17 | 66.95 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 166 | 24 | 0.36 | 0 | 0.86 | 0.35 | 84.93 | 0.75 | 0.37 |
| Hex | 6B | A6 | 18 | 24 | 0 | 56 | 23 | 55 | 4B | 25 |
| Octal | 153 | 246 | 30 | 44 | 0 | 126 | 43 | 125 | 113 | 45 |
| Binary | 1101011 | 10100110 | 11000 | 100100 | 0 | 1010110 | 100011 | 1010101 | 1001011 | 100101 |
Color Harmonies of #6BA618
Complementary color
Monochromatic Colors of #6BA618
Black with #6BA618
Text Example
Text Example
White with #6BA618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA618; }
p { color: rgb(107,166,24); }
H1.HeaderClassName
{
color: #6BA618;
}
.AnyTagClassName
{
color: #6BA618;
}
</style>
background-color css
<style>
a { background-color: #6BA618; }
a { background-color: rgb(107,166,24); }
div.DivClassName
{
background-color: #6BA618;
}
.BgClassName
{
background-color: #6BA618;
}
</style>
border-color css
<style>
span { border-color: #6BA618; }
span { border-color: rgb(107,166,24); }
td.TdClassName
{
border-color: #6BA618;
}
.TagClassName
{
border-color: #6BA618;
}
</style>