Shades of Christi #6BA90A
Tints of Christi #6BA90A
RGB
CMYK
RGB Variations
Color information
#6BA90A (or 0x6BA90A) is known color: Christi. HEX triplet: 6B, A9 and 0A. RGB value is (107,169,10). Sum of RGB (Red+Green+Blue) = 107+169+10=286 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.41% from 286); Green value is 169 (66.41% from 255 or 59.09% from 286); Blue value is 10 (4.30% from 255 or 3.50% from 286); Max value from RGB is 169 - color contains mainly: green. Hex color #6BA90A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BA90A is #9456F5. Grayscale: #848484. Windows color (decimal): -9721590 or 698731. OLE color: 698731.
HSL color Cylindrical-coordinate representation of color #6BA90A: hue angle of 83.4º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6BA90A is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 107 | 169 | 10 | - |
| CMYK | 0.37 | 0 | 0.94 | 0.34 |
| HSL | 83.4º | 0.89% | 0.35% | - |
| HSV(B) | 83.4º | 0.94% | 0.66% | - |
| XYZ | 20.31 | 31.52 | 5.3 | - |
| YUV | 132.34 | 58.96 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 169 | 10 | 0.37 | 0 | 0.94 | 0.34 | 83.4 | 0.89 | 0.35 |
| Hex | 6B | A9 | A | 25 | 0 | 5E | 22 | 53 | 59 | 23 |
| Octal | 153 | 251 | 12 | 45 | 0 | 136 | 42 | 123 | 131 | 43 |
| Binary | 1101011 | 10101001 | 1010 | 100101 | 0 | 1011110 | 100010 | 1010011 | 1011001 | 100011 |
Color Harmonies of #6BA90A
Complementary color
Monochromatic Colors of #6BA90A
Black with #6BA90A
Text Example
Text Example
White with #6BA90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA90A; }
p { color: rgb(107,169,10); }
H1.HeaderClassName
{
color: #6BA90A;
}
.AnyTagClassName
{
color: #6BA90A;
}
</style>
background-color css
<style>
a { background-color: #6BA90A; }
a { background-color: rgb(107,169,10); }
div.DivClassName
{
background-color: #6BA90A;
}
.BgClassName
{
background-color: #6BA90A;
}
</style>
border-color css
<style>
span { border-color: #6BA90A; }
span { border-color: rgb(107,169,10); }
td.TdClassName
{
border-color: #6BA90A;
}
.TagClassName
{
border-color: #6BA90A;
}
</style>