Shades of Fiji Green #6E720D
Tints of Fiji Green #6E720D
RGB
CMYK
RGB Variations
Color information
#6E720D (or 0x6E720D) is known color: Fiji Green. HEX triplet: 6E, 72 and 0D. RGB value is (110,114,13). Sum of RGB (Red+Green+Blue) = 110+114+13=237 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.41% from 237); Green value is 114 (44.92% from 255 or 48.10% from 237); Blue value is 13 (5.47% from 255 or 5.49% from 237); Max value from RGB is 114 - color contains mainly: green. Hex color #6E720D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E720D is #918DF2. Grayscale: #656565. Windows color (decimal): -9539059 or 881262. OLE color: 881262.
HSL color Cylindrical-coordinate representation of color #6E720D: hue angle of 62.38º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6E720D is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 114 | 13 | - |
| CMYK | 0.04 | 0 | 0.89 | 0.55 |
| HSL | 62.38º | 0.8% | 0.25% | - |
| HSV(B) | 62.38º | 0.89% | 0.45% | - |
| XYZ | 12.52 | 15.38 | 2.69 | - |
| YUV | 101.29 | 78.17 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 114 | 13 | 0.04 | 0 | 0.89 | 0.55 | 62.38 | 0.8 | 0.25 |
| Hex | 6E | 72 | D | 4 | 0 | 59 | 37 | 3E | 50 | 19 |
| Octal | 156 | 162 | 15 | 4 | 0 | 131 | 67 | 76 | 120 | 31 |
| Binary | 1101110 | 1110010 | 1101 | 100 | 0 | 1011001 | 110111 | 111110 | 1010000 | 11001 |
Color Harmonies of #6E720D
Complementary color
Monochromatic Colors of #6E720D
Black with #6E720D
Text Example
Text Example
White with #6E720D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E720D; }
p { color: rgb(110,114,13); }
H1.HeaderClassName
{
color: #6E720D;
}
.AnyTagClassName
{
color: #6E720D;
}
</style>
background-color css
<style>
a { background-color: #6E720D; }
a { background-color: rgb(110,114,13); }
div.DivClassName
{
background-color: #6E720D;
}
.BgClassName
{
background-color: #6E720D;
}
</style>
border-color css
<style>
span { border-color: #6E720D; }
span { border-color: rgb(110,114,13); }
td.TdClassName
{
border-color: #6E720D;
}
.TagClassName
{
border-color: #6E720D;
}
</style>