Shades of Fiji Green #6D741E
Tints of Fiji Green #6D741E
RGB
CMYK
RGB Variations
Color information
#6D741E (or 0x6D741E) is known color: Fiji Green. HEX triplet: 6D, 74 and 1E. RGB value is (109,116,30). Sum of RGB (Red+Green+Blue) = 109+116+30=255 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.75% from 255); Green value is 116 (45.70% from 255 or 45.49% from 255); Blue value is 30 (12.11% from 255 or 11.76% from 255); Max value from RGB is 116 - color contains mainly: green. Hex color #6D741E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D741E is #928BE1. Grayscale: #686868. Windows color (decimal): -9604066 or 1995885. OLE color: 1995885.
HSL color Cylindrical-coordinate representation of color #6D741E: hue angle of 64.88º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6D741E is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 116 | 30 | - |
| CMYK | 0.06 | 0 | 0.74 | 0.55 |
| HSL | 64.88º | 0.59% | 0.29% | - |
| HSV(B) | 64.88º | 0.74% | 0.45% | - |
| XYZ | 12.79 | 15.84 | 3.61 | - |
| YUV | 104.1 | 86.18 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 116 | 30 | 0.06 | 0 | 0.74 | 0.55 | 64.88 | 0.59 | 0.29 |
| Hex | 6D | 74 | 1E | 6 | 0 | 4A | 37 | 41 | 3B | 1D |
| Octal | 155 | 164 | 36 | 6 | 0 | 112 | 67 | 101 | 73 | 35 |
| Binary | 1101101 | 1110100 | 11110 | 110 | 0 | 1001010 | 110111 | 1000001 | 111011 | 11101 |
Color Harmonies of #6D741E
Complementary color
Monochromatic Colors of #6D741E
Black with #6D741E
Text Example
Text Example
White with #6D741E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D741E; }
p { color: rgb(109,116,30); }
H1.HeaderClassName
{
color: #6D741E;
}
.AnyTagClassName
{
color: #6D741E;
}
</style>
background-color css
<style>
a { background-color: #6D741E; }
a { background-color: rgb(109,116,30); }
div.DivClassName
{
background-color: #6D741E;
}
.BgClassName
{
background-color: #6D741E;
}
</style>
border-color css
<style>
span { border-color: #6D741E; }
span { border-color: rgb(109,116,30); }
td.TdClassName
{
border-color: #6D741E;
}
.TagClassName
{
border-color: #6D741E;
}
</style>