Shades of Fiji Green #6C700E
Tints of Fiji Green #6C700E
RGB
CMYK
RGB Variations
Color information
#6C700E (or 0x6C700E) is known color: Fiji Green. HEX triplet: 6C, 70 and 0E. RGB value is (108,112,14). Sum of RGB (Red+Green+Blue) = 108+112+14=234 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.15% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 14 (5.86% from 255 or 5.98% from 234); Max value from RGB is 112 - color contains mainly: green. Hex color #6C700E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C700E is #938FF1. Grayscale: #646464. Windows color (decimal): -9670642 or 946284. OLE color: 946284.
HSL color Cylindrical-coordinate representation of color #6C700E: hue angle of 62.45º 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 #6C700E is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 108 | 112 | 14 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.56 |
| HSL | 62.45º | 0.78% | 0.25% | - |
| HSV(B) | 62.45º | 0.88% | 0.44% | - |
| XYZ | 12.06 | 14.81 | 2.64 | - |
| YUV | 99.63 | 79.67 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 112 | 14 | 0.04 | 0 | 0.88 | 0.56 | 62.45 | 0.78 | 0.25 |
| Hex | 6C | 70 | E | 4 | 0 | 58 | 38 | 3E | 4E | 19 |
| Octal | 154 | 160 | 16 | 4 | 0 | 130 | 70 | 76 | 116 | 31 |
| Binary | 1101100 | 1110000 | 1110 | 100 | 0 | 1011000 | 111000 | 111110 | 1001110 | 11001 |
Color Harmonies of #6C700E
Complementary color
Monochromatic Colors of #6C700E
Black with #6C700E
Text Example
Text Example
White with #6C700E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C700E; }
p { color: rgb(108,112,14); }
H1.HeaderClassName
{
color: #6C700E;
}
.AnyTagClassName
{
color: #6C700E;
}
</style>
background-color css
<style>
a { background-color: #6C700E; }
a { background-color: rgb(108,112,14); }
div.DivClassName
{
background-color: #6C700E;
}
.BgClassName
{
background-color: #6C700E;
}
</style>
border-color css
<style>
span { border-color: #6C700E; }
span { border-color: rgb(108,112,14); }
td.TdClassName
{
border-color: #6C700E;
}
.TagClassName
{
border-color: #6C700E;
}
</style>