Shades of Christi #6F990E
Tints of Christi #6F990E
RGB
CMYK
RGB Variations
Color information
#6F990E (or 0x6F990E) is known color: Christi. HEX triplet: 6F, 99 and 0E. RGB value is (111,153,14). Sum of RGB (Red+Green+Blue) = 111+153+14=278 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.93% from 278); Green value is 153 (60.16% from 255 or 55.04% from 278); Blue value is 14 (5.86% from 255 or 5.04% from 278); Max value from RGB is 153 - color contains mainly: green. Hex color #6F990E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F990E is #9066F1. Grayscale: #7D7D7D. Windows color (decimal): -9463538 or 956783. OLE color: 956783.
HSL color Cylindrical-coordinate representation of color #6F990E: hue angle of 78.13º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6F990E is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 111 | 153 | 14 | - |
| CMYK | 0.27 | 0 | 0.91 | 0.4 |
| HSL | 78.13º | 0.83% | 0.33% | - |
| HSV(B) | 78.13º | 0.91% | 0.6% | - |
| XYZ | 18.03 | 26.19 | 4.52 | - |
| YUV | 124.6 | 65.59 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 153 | 14 | 0.27 | 0 | 0.91 | 0.4 | 78.13 | 0.83 | 0.33 |
| Hex | 6F | 99 | E | 1B | 0 | 5B | 28 | 4E | 53 | 21 |
| Octal | 157 | 231 | 16 | 33 | 0 | 133 | 50 | 116 | 123 | 41 |
| Binary | 1101111 | 10011001 | 1110 | 11011 | 0 | 1011011 | 101000 | 1001110 | 1010011 | 100001 |
Color Harmonies of #6F990E
Complementary color
Monochromatic Colors of #6F990E
Black with #6F990E
Text Example
Text Example
White with #6F990E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F990E; }
p { color: rgb(111,153,14); }
H1.HeaderClassName
{
color: #6F990E;
}
.AnyTagClassName
{
color: #6F990E;
}
</style>
background-color css
<style>
a { background-color: #6F990E; }
a { background-color: rgb(111,153,14); }
div.DivClassName
{
background-color: #6F990E;
}
.BgClassName
{
background-color: #6F990E;
}
</style>
border-color css
<style>
span { border-color: #6F990E; }
span { border-color: rgb(111,153,14); }
td.TdClassName
{
border-color: #6F990E;
}
.TagClassName
{
border-color: #6F990E;
}
</style>