Shades of Christi #6BAD0A
Tints of Christi #6BAD0A
RGB
CMYK
RGB Variations
Color information
#6BAD0A (or 0x6BAD0A) is known color: Christi. HEX triplet: 6B, AD and 0A. RGB value is (107,173,10). Sum of RGB (Red+Green+Blue) = 107+173+10=290 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.90% from 290); Green value is 173 (67.97% from 255 or 59.66% from 290); Blue value is 10 (4.30% from 255 or 3.45% from 290); Max value from RGB is 173 - color contains mainly: green. Hex color #6BAD0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BAD0A is #9452F5. Grayscale: #878787. Windows color (decimal): -9720566 or 699755. OLE color: 699755.
HSL color Cylindrical-coordinate representation of color #6BAD0A: hue angle of 84.29º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6BAD0A is Cyan = 0.38, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 173 | 10 | - |
| CMYK | 0.38 | 0 | 0.94 | 0.32 |
| HSL | 84.29º | 0.89% | 0.36% | - |
| HSV(B) | 84.29º | 0.94% | 0.68% | - |
| XYZ | 21.06 | 33.03 | 5.55 | - |
| YUV | 134.68 | 57.63 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 173 | 10 | 0.38 | 0 | 0.94 | 0.32 | 84.29 | 0.89 | 0.36 |
| Hex | 6B | AD | A | 26 | 0 | 5E | 20 | 54 | 59 | 24 |
| Octal | 153 | 255 | 12 | 46 | 0 | 136 | 40 | 124 | 131 | 44 |
| Binary | 1101011 | 10101101 | 1010 | 100110 | 0 | 1011110 | 100000 | 1010100 | 1011001 | 100100 |
Color Harmonies of #6BAD0A
Complementary color
Monochromatic Colors of #6BAD0A
Black with #6BAD0A
Text Example
Text Example
White with #6BAD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAD0A; }
p { color: rgb(107,173,10); }
H1.HeaderClassName
{
color: #6BAD0A;
}
.AnyTagClassName
{
color: #6BAD0A;
}
</style>
background-color css
<style>
a { background-color: #6BAD0A; }
a { background-color: rgb(107,173,10); }
div.DivClassName
{
background-color: #6BAD0A;
}
.BgClassName
{
background-color: #6BAD0A;
}
</style>
border-color css
<style>
span { border-color: #6BAD0A; }
span { border-color: rgb(107,173,10); }
td.TdClassName
{
border-color: #6BAD0A;
}
.TagClassName
{
border-color: #6BAD0A;
}
</style>