Shades of Fiji Green #6D731D
Tints of Fiji Green #6D731D
RGB
CMYK
RGB Variations
Color information
#6D731D (or 0x6D731D) is known color: Fiji Green. HEX triplet: 6D, 73 and 1D. RGB value is (109,115,29). Sum of RGB (Red+Green+Blue) = 109+115+29=253 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.08% from 253); Green value is 115 (45.31% from 255 or 45.45% from 253); Blue value is 29 (11.72% from 255 or 11.46% from 253); Max value from RGB is 115 - color contains mainly: green. Hex color #6D731D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D731D is #928CE2. Grayscale: #676767. Windows color (decimal): -9604323 or 1930093. OLE color: 1930093.
HSL color Cylindrical-coordinate representation of color #6D731D: hue angle of 64.19º 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 #6D731D is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 115 | 29 | - |
| CMYK | 0.05 | 0 | 0.75 | 0.55 |
| HSL | 64.19º | 0.6% | 0.28% | - |
| HSV(B) | 64.19º | 0.75% | 0.45% | - |
| XYZ | 12.66 | 15.6 | 3.51 | - |
| YUV | 103.4 | 86.01 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 115 | 29 | 0.05 | 0 | 0.75 | 0.55 | 64.19 | 0.6 | 0.28 |
| Hex | 6D | 73 | 1D | 5 | 0 | 4B | 37 | 40 | 3C | 1C |
| Octal | 155 | 163 | 35 | 5 | 0 | 113 | 67 | 100 | 74 | 34 |
| Binary | 1101101 | 1110011 | 11101 | 101 | 0 | 1001011 | 110111 | 1000000 | 111100 | 11100 |
Color Harmonies of #6D731D
Complementary color
Monochromatic Colors of #6D731D
Black with #6D731D
Text Example
Text Example
White with #6D731D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D731D; }
p { color: rgb(109,115,29); }
H1.HeaderClassName
{
color: #6D731D;
}
.AnyTagClassName
{
color: #6D731D;
}
</style>
background-color css
<style>
a { background-color: #6D731D; }
a { background-color: rgb(109,115,29); }
div.DivClassName
{
background-color: #6D731D;
}
.BgClassName
{
background-color: #6D731D;
}
</style>
border-color css
<style>
span { border-color: #6D731D; }
span { border-color: rgb(109,115,29); }
td.TdClassName
{
border-color: #6D731D;
}
.TagClassName
{
border-color: #6D731D;
}
</style>