Shades of Fiji Green #6D7315
Tints of Fiji Green #6D7315
RGB
CMYK
RGB Variations
Color information
#6D7315 (or 0x6D7315) is known color: Fiji Green. HEX triplet: 6D, 73 and 15. RGB value is (109,115,21). Sum of RGB (Red+Green+Blue) = 109+115+21=245 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.49% from 245); Green value is 115 (45.31% from 255 or 46.94% from 245); Blue value is 21 (8.59% from 255 or 8.57% from 245); Max value from RGB is 115 - color contains mainly: green. Hex color #6D7315 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D7315 is #928CEA. Grayscale: #666666. Windows color (decimal): -9604331 or 1405805. OLE color: 1405805.
HSL color Cylindrical-coordinate representation of color #6D7315: hue angle of 63.83º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6D7315 is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 115 | 21 | - |
| CMYK | 0.05 | 0 | 0.82 | 0.55 |
| HSL | 63.83º | 0.69% | 0.27% | - |
| HSV(B) | 63.83º | 0.82% | 0.45% | - |
| XYZ | 12.57 | 15.57 | 3.05 | - |
| YUV | 102.49 | 82.01 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 115 | 21 | 0.05 | 0 | 0.82 | 0.55 | 63.83 | 0.69 | 0.27 |
| Hex | 6D | 73 | 15 | 5 | 0 | 52 | 37 | 40 | 45 | 1B |
| Octal | 155 | 163 | 25 | 5 | 0 | 122 | 67 | 100 | 105 | 33 |
| Binary | 1101101 | 1110011 | 10101 | 101 | 0 | 1010010 | 110111 | 1000000 | 1000101 | 11011 |
Color Harmonies of #6D7315
Complementary color
Monochromatic Colors of #6D7315
Black with #6D7315
Text Example
Text Example
White with #6D7315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7315; }
p { color: rgb(109,115,21); }
H1.HeaderClassName
{
color: #6D7315;
}
.AnyTagClassName
{
color: #6D7315;
}
</style>
background-color css
<style>
a { background-color: #6D7315; }
a { background-color: rgb(109,115,21); }
div.DivClassName
{
background-color: #6D7315;
}
.BgClassName
{
background-color: #6D7315;
}
</style>
border-color css
<style>
span { border-color: #6D7315; }
span { border-color: rgb(109,115,21); }
td.TdClassName
{
border-color: #6D7315;
}
.TagClassName
{
border-color: #6D7315;
}
</style>