Shades of Fiji Green #6E7E13
Tints of Fiji Green #6E7E13
RGB
CMYK
RGB Variations
Color information
#6E7E13 (or 0x6E7E13) is known color: Fiji Green. HEX triplet: 6E, 7E and 13. RGB value is (110,126,19). Sum of RGB (Red+Green+Blue) = 110+126+19=255 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.14% from 255); Green value is 126 (49.61% from 255 or 49.41% from 255); Blue value is 19 (7.81% from 255 or 7.45% from 255); Max value from RGB is 126 - color contains mainly: green. Hex color #6E7E13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E7E13 is #9181EC. Grayscale: #6D6D6D. Windows color (decimal): -9535981 or 1277550. OLE color: 1277550.
HSL color Cylindrical-coordinate representation of color #6E7E13: hue angle of 68.97º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6E7E13 is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 110 | 126 | 19 | - |
| CMYK | 0.13 | 0 | 0.85 | 0.51 |
| HSL | 68.97º | 0.74% | 0.28% | - |
| HSV(B) | 68.97º | 0.85% | 0.49% | - |
| XYZ | 14.01 | 18.28 | 3.41 | - |
| YUV | 109.02 | 77.2 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 126 | 19 | 0.13 | 0 | 0.85 | 0.51 | 68.97 | 0.74 | 0.28 |
| Hex | 6E | 7E | 13 | D | 0 | 55 | 33 | 45 | 4A | 1C |
| Octal | 156 | 176 | 23 | 15 | 0 | 125 | 63 | 105 | 112 | 34 |
| Binary | 1101110 | 1111110 | 10011 | 1101 | 0 | 1010101 | 110011 | 1000101 | 1001010 | 11100 |
Color Harmonies of #6E7E13
Complementary color
Monochromatic Colors of #6E7E13
Black with #6E7E13
Text Example
Text Example
White with #6E7E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7E13; }
p { color: rgb(110,126,19); }
H1.HeaderClassName
{
color: #6E7E13;
}
.AnyTagClassName
{
color: #6E7E13;
}
</style>
background-color css
<style>
a { background-color: #6E7E13; }
a { background-color: rgb(110,126,19); }
div.DivClassName
{
background-color: #6E7E13;
}
.BgClassName
{
background-color: #6E7E13;
}
</style>
border-color css
<style>
span { border-color: #6E7E13; }
span { border-color: rgb(110,126,19); }
td.TdClassName
{
border-color: #6E7E13;
}
.TagClassName
{
border-color: #6E7E13;
}
</style>