Shades of Fiji Green #6E731D
Tints of Fiji Green #6E731D
RGB
CMYK
RGB Variations
Color information
#6E731D (or 0x6E731D) is known color: Fiji Green. HEX triplet: 6E, 73 and 1D. RGB value is (110,115,29). Sum of RGB (Red+Green+Blue) = 110+115+29=254 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.31% from 254); Green value is 115 (45.31% from 255 or 45.28% from 254); Blue value is 29 (11.72% from 255 or 11.42% from 254); Max value from RGB is 115 - color contains mainly: green. Hex color #6E731D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E731D is #918CE2. Grayscale: #686868. Windows color (decimal): -9538787 or 1930094. OLE color: 1930094.
HSL color Cylindrical-coordinate representation of color #6E731D: hue angle of 63.49º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6E731D is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 115 | 29 | - |
| CMYK | 0.04 | 0 | 0.75 | 0.55 |
| HSL | 63.49º | 0.6% | 0.28% | - |
| HSV(B) | 63.49º | 0.75% | 0.45% | - |
| XYZ | 12.78 | 15.67 | 3.51 | - |
| YUV | 103.7 | 85.84 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 115 | 29 | 0.04 | 0 | 0.75 | 0.55 | 63.49 | 0.6 | 0.28 |
| Hex | 6E | 73 | 1D | 4 | 0 | 4B | 37 | 3F | 3C | 1C |
| Octal | 156 | 163 | 35 | 4 | 0 | 113 | 67 | 77 | 74 | 34 |
| Binary | 1101110 | 1110011 | 11101 | 100 | 0 | 1001011 | 110111 | 111111 | 111100 | 11100 |
Color Harmonies of #6E731D
Complementary color
Monochromatic Colors of #6E731D
Black with #6E731D
Text Example
Text Example
White with #6E731D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E731D; }
p { color: rgb(110,115,29); }
H1.HeaderClassName
{
color: #6E731D;
}
.AnyTagClassName
{
color: #6E731D;
}
</style>
background-color css
<style>
a { background-color: #6E731D; }
a { background-color: rgb(110,115,29); }
div.DivClassName
{
background-color: #6E731D;
}
.BgClassName
{
background-color: #6E731D;
}
</style>
border-color css
<style>
span { border-color: #6E731D; }
span { border-color: rgb(110,115,29); }
td.TdClassName
{
border-color: #6E731D;
}
.TagClassName
{
border-color: #6E731D;
}
</style>