Shades of Christi #6F9F0A
Tints of Christi #6F9F0A
RGB
CMYK
RGB Variations
Color information
#6F9F0A (or 0x6F9F0A) is known color: Christi. HEX triplet: 6F, 9F and 0A. RGB value is (111,159,10). Sum of RGB (Red+Green+Blue) = 111+159+10=280 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.64% from 280); Green value is 159 (62.5% from 255 or 56.79% from 280); Blue value is 10 (4.30% from 255 or 3.57% from 280); Max value from RGB is 159 - color contains mainly: green. Hex color #6F9F0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F9F0A is #9060F5. Grayscale: #808080. Windows color (decimal): -9462006 or 696175. OLE color: 696175.
HSL color Cylindrical-coordinate representation of color #6F9F0A: hue angle of 79.33º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F9F0A is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 159 | 10 | - |
| CMYK | 0.30 | 0 | 0.94 | 0.38 |
| HSL | 79.33º | 0.88% | 0.33% | - |
| HSV(B) | 79.33º | 0.94% | 0.62% | - |
| XYZ | 19.01 | 28.2 | 4.73 | - |
| YUV | 127.66 | 61.6 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 159 | 10 | 0.30 | 0 | 0.94 | 0.38 | 79.33 | 0.88 | 0.33 |
| Hex | 6F | 9F | A | 1E | 0 | 5E | 26 | 4F | 58 | 21 |
| Octal | 157 | 237 | 12 | 36 | 0 | 136 | 46 | 117 | 130 | 41 |
| Binary | 1101111 | 10011111 | 1010 | 11110 | 0 | 1011110 | 100110 | 1001111 | 1011000 | 100001 |
Color Harmonies of #6F9F0A
Complementary color
Monochromatic Colors of #6F9F0A
Black with #6F9F0A
Text Example
Text Example
White with #6F9F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9F0A; }
p { color: rgb(111,159,10); }
H1.HeaderClassName
{
color: #6F9F0A;
}
.AnyTagClassName
{
color: #6F9F0A;
}
</style>
background-color css
<style>
a { background-color: #6F9F0A; }
a { background-color: rgb(111,159,10); }
div.DivClassName
{
background-color: #6F9F0A;
}
.BgClassName
{
background-color: #6F9F0A;
}
</style>
border-color css
<style>
span { border-color: #6F9F0A; }
span { border-color: rgb(111,159,10); }
td.TdClassName
{
border-color: #6F9F0A;
}
.TagClassName
{
border-color: #6F9F0A;
}
</style>