Shades of Fiji Green #6B700D
Tints of Fiji Green #6B700D
RGB
CMYK
RGB Variations
Color information
#6B700D (or 0x6B700D) is known color: Fiji Green. HEX triplet: 6B, 70 and 0D. RGB value is (107,112,13). Sum of RGB (Red+Green+Blue) = 107+112+13=232 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.12% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 112 - color contains mainly: green. Hex color #6B700D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B700D is #948FF2. Grayscale: #636363. Windows color (decimal): -9736179 or 880747. OLE color: 880747.
HSL color Cylindrical-coordinate representation of color #6B700D: hue angle of 63.03º degrees, saturation: 0.79, 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 #6B700D is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 112 | 13 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.56 |
| HSL | 63.03º | 0.79% | 0.25% | - |
| HSV(B) | 63.03º | 0.88% | 0.44% | - |
| XYZ | 11.93 | 14.74 | 2.6 | - |
| YUV | 99.22 | 79.34 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 112 | 13 | 0.04 | 0 | 0.88 | 0.56 | 63.03 | 0.79 | 0.25 |
| Hex | 6B | 70 | D | 4 | 0 | 58 | 38 | 3F | 4F | 19 |
| Octal | 153 | 160 | 15 | 4 | 0 | 130 | 70 | 77 | 117 | 31 |
| Binary | 1101011 | 1110000 | 1101 | 100 | 0 | 1011000 | 111000 | 111111 | 1001111 | 11001 |
Color Harmonies of #6B700D
Complementary color
Monochromatic Colors of #6B700D
Black with #6B700D
Text Example
Text Example
White with #6B700D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B700D; }
p { color: rgb(107,112,13); }
H1.HeaderClassName
{
color: #6B700D;
}
.AnyTagClassName
{
color: #6B700D;
}
</style>
background-color css
<style>
a { background-color: #6B700D; }
a { background-color: rgb(107,112,13); }
div.DivClassName
{
background-color: #6B700D;
}
.BgClassName
{
background-color: #6B700D;
}
</style>
border-color css
<style>
span { border-color: #6B700D; }
span { border-color: rgb(107,112,13); }
td.TdClassName
{
border-color: #6B700D;
}
.TagClassName
{
border-color: #6B700D;
}
</style>