Shades of Christi #6F9F0D
Tints of Christi #6F9F0D
RGB
CMYK
RGB Variations
Color information
#6F9F0D (or 0x6F9F0D) is known color: Christi. HEX triplet: 6F, 9F and 0D. RGB value is (111,159,13). Sum of RGB (Red+Green+Blue) = 111+159+13=283 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.22% from 283); Green value is 159 (62.5% from 255 or 56.18% from 283); Blue value is 13 (5.47% from 255 or 4.59% from 283); Max value from RGB is 159 - color contains mainly: green. Hex color #6F9F0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F9F0D is #9060F2. Grayscale: #808080. Windows color (decimal): -9462003 or 892783. OLE color: 892783.
HSL color Cylindrical-coordinate representation of color #6F9F0D: hue angle of 79.73º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6F9F0D is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 159 | 13 | - |
| CMYK | 0.30 | 0 | 0.92 | 0.38 |
| HSL | 79.73º | 0.85% | 0.34% | - |
| HSV(B) | 79.73º | 0.92% | 0.62% | - |
| XYZ | 19.03 | 28.2 | 4.82 | - |
| YUV | 128 | 63.1 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 159 | 13 | 0.30 | 0 | 0.92 | 0.38 | 79.73 | 0.85 | 0.34 |
| Hex | 6F | 9F | D | 1E | 0 | 5C | 26 | 50 | 55 | 22 |
| Octal | 157 | 237 | 15 | 36 | 0 | 134 | 46 | 120 | 125 | 42 |
| Binary | 1101111 | 10011111 | 1101 | 11110 | 0 | 1011100 | 100110 | 1010000 | 1010101 | 100010 |
Color Harmonies of #6F9F0D
Complementary color
Monochromatic Colors of #6F9F0D
Black with #6F9F0D
Text Example
Text Example
White with #6F9F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9F0D; }
p { color: rgb(111,159,13); }
H1.HeaderClassName
{
color: #6F9F0D;
}
.AnyTagClassName
{
color: #6F9F0D;
}
</style>
background-color css
<style>
a { background-color: #6F9F0D; }
a { background-color: rgb(111,159,13); }
div.DivClassName
{
background-color: #6F9F0D;
}
.BgClassName
{
background-color: #6F9F0D;
}
</style>
border-color css
<style>
span { border-color: #6F9F0D; }
span { border-color: rgb(111,159,13); }
td.TdClassName
{
border-color: #6F9F0D;
}
.TagClassName
{
border-color: #6F9F0D;
}
</style>