Shades of Christi #6FA009
Tints of Christi #6FA009
RGB
CMYK
RGB Variations
Color information
#6FA009 (or 0x6FA009) is known color: Christi. HEX triplet: 6F, A0 and 09. RGB value is (111,160,9). Sum of RGB (Red+Green+Blue) = 111+160+9=280 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.64% from 280); Green value is 160 (62.89% from 255 or 57.14% from 280); Blue value is 9 (3.91% from 255 or 3.21% from 280); Max value from RGB is 160 - color contains mainly: green. Hex color #6FA009 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6FA009 is #905FF6. Grayscale: #808080. Windows color (decimal): -9461751 or 630895. OLE color: 630895.
HSL color Cylindrical-coordinate representation of color #6FA009: hue angle of 79.47º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6FA009 is Cyan = 0.31, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 111 | 160 | 9 | - |
| CMYK | 0.31 | 0 | 0.94 | 0.37 |
| HSL | 79.47º | 0.89% | 0.33% | - |
| HSV(B) | 79.47º | 0.94% | 0.63% | - |
| XYZ | 19.18 | 28.54 | 4.76 | - |
| YUV | 128.14 | 60.77 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 160 | 9 | 0.31 | 0 | 0.94 | 0.37 | 79.47 | 0.89 | 0.33 |
| Hex | 6F | A0 | 9 | 1F | 0 | 5E | 25 | 4F | 59 | 21 |
| Octal | 157 | 240 | 11 | 37 | 0 | 136 | 45 | 117 | 131 | 41 |
| Binary | 1101111 | 10100000 | 1001 | 11111 | 0 | 1011110 | 100101 | 1001111 | 1011001 | 100001 |
Color Harmonies of #6FA009
Complementary color
Monochromatic Colors of #6FA009
Black with #6FA009
Text Example
Text Example
White with #6FA009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA009; }
p { color: rgb(111,160,9); }
H1.HeaderClassName
{
color: #6FA009;
}
.AnyTagClassName
{
color: #6FA009;
}
</style>
background-color css
<style>
a { background-color: #6FA009; }
a { background-color: rgb(111,160,9); }
div.DivClassName
{
background-color: #6FA009;
}
.BgClassName
{
background-color: #6FA009;
}
</style>
border-color css
<style>
span { border-color: #6FA009; }
span { border-color: rgb(111,160,9); }
td.TdClassName
{
border-color: #6FA009;
}
.TagClassName
{
border-color: #6FA009;
}
</style>