Shades of Christi #6FBA0A
Tints of Christi #6FBA0A
RGB
CMYK
RGB Variations
Color information
#6FBA0A (or 0x6FBA0A) is known color: Christi. HEX triplet: 6F, BA and 0A. RGB value is (111,186,10). Sum of RGB (Red+Green+Blue) = 111+186+10=307 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.16% from 307); Green value is 186 (73.05% from 255 or 60.59% from 307); Blue value is 10 (4.30% from 255 or 3.26% from 307); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBA0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FBA0A is #9045F5. Grayscale: #909090. Windows color (decimal): -9455094 or 703087. OLE color: 703087.
HSL color Cylindrical-coordinate representation of color #6FBA0A: hue angle of 85.57º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6FBA0A is Cyan = 0.40, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 186 | 10 | - |
| CMYK | 0.40 | 0 | 0.95 | 0.27 |
| HSL | 85.57º | 0.9% | 0.38% | - |
| HSV(B) | 85.57º | 0.95% | 0.73% | - |
| XYZ | 24.17 | 38.52 | 6.45 | - |
| YUV | 143.51 | 52.65 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 186 | 10 | 0.40 | 0 | 0.95 | 0.27 | 85.57 | 0.9 | 0.38 |
| Hex | 6F | BA | A | 28 | 0 | 5F | 1B | 56 | 5A | 26 |
| Octal | 157 | 272 | 12 | 50 | 0 | 137 | 33 | 126 | 132 | 46 |
| Binary | 1101111 | 10111010 | 1010 | 101000 | 0 | 1011111 | 11011 | 1010110 | 1011010 | 100110 |
Color Harmonies of #6FBA0A
Complementary color
Monochromatic Colors of #6FBA0A
Black with #6FBA0A
Text Example
Text Example
White with #6FBA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBA0A; }
p { color: rgb(111,186,10); }
H1.HeaderClassName
{
color: #6FBA0A;
}
.AnyTagClassName
{
color: #6FBA0A;
}
</style>
background-color css
<style>
a { background-color: #6FBA0A; }
a { background-color: rgb(111,186,10); }
div.DivClassName
{
background-color: #6FBA0A;
}
.BgClassName
{
background-color: #6FBA0A;
}
</style>
border-color css
<style>
span { border-color: #6FBA0A; }
span { border-color: rgb(111,186,10); }
td.TdClassName
{
border-color: #6FBA0A;
}
.TagClassName
{
border-color: #6FBA0A;
}
</style>