Shades of Fiji Green #6B700E
Tints of Fiji Green #6B700E
RGB
CMYK
RGB Variations
Color information
#6B700E (or 0x6B700E) is known color: Fiji Green. HEX triplet: 6B, 70 and 0E. RGB value is (107,112,14). Sum of RGB (Red+Green+Blue) = 107+112+14=233 (30% of max value = 765). Red value is 107 (42.19% from 255 or 45.92% from 233); Green value is 112 (44.14% from 255 or 48.07% from 233); Blue value is 14 (5.86% from 255 or 6.01% from 233); Max value from RGB is 112 - color contains mainly: green. Hex color #6B700E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B700E is #948FF1. Grayscale: #636363. Windows color (decimal): -9736178 or 946283. OLE color: 946283.
HSL color Cylindrical-coordinate representation of color #6B700E: hue angle of 63.06º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6B700E is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 112 | 14 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.56 |
| HSL | 63.06º | 0.78% | 0.25% | - |
| HSV(B) | 63.06º | 0.88% | 0.44% | - |
| XYZ | 11.94 | 14.75 | 2.63 | - |
| YUV | 99.33 | 79.84 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 112 | 14 | 0.04 | 0 | 0.88 | 0.56 | 63.06 | 0.78 | 0.25 |
| Hex | 6B | 70 | E | 4 | 0 | 58 | 38 | 3F | 4E | 19 |
| Octal | 153 | 160 | 16 | 4 | 0 | 130 | 70 | 77 | 116 | 31 |
| Binary | 1101011 | 1110000 | 1110 | 100 | 0 | 1011000 | 111000 | 111111 | 1001110 | 11001 |
Color Harmonies of #6B700E
Complementary color
Monochromatic Colors of #6B700E
Black with #6B700E
Text Example
Text Example
White with #6B700E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B700E; }
p { color: rgb(107,112,14); }
H1.HeaderClassName
{
color: #6B700E;
}
.AnyTagClassName
{
color: #6B700E;
}
</style>
background-color css
<style>
a { background-color: #6B700E; }
a { background-color: rgb(107,112,14); }
div.DivClassName
{
background-color: #6B700E;
}
.BgClassName
{
background-color: #6B700E;
}
</style>
border-color css
<style>
span { border-color: #6B700E; }
span { border-color: rgb(107,112,14); }
td.TdClassName
{
border-color: #6B700E;
}
.TagClassName
{
border-color: #6B700E;
}
</style>