Shades of Fiji Green #616D1E
Tints of Fiji Green #616D1E
RGB
CMYK
RGB Variations
Color information
#616D1E (or 0x616D1E) is known color: Fiji Green. HEX triplet: 61, 6D and 1E. RGB value is (97,109,30). Sum of RGB (Red+Green+Blue) = 97+109+30=236 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.10% from 236); Green value is 109 (42.97% from 255 or 46.19% from 236); Blue value is 30 (12.11% from 255 or 12.71% from 236); Max value from RGB is 109 - color contains mainly: green. Hex color #616D1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616D1E is #9E92E1. Grayscale: #606060. Windows color (decimal): -10392290 or 1994081. OLE color: 1994081.
HSL color Cylindrical-coordinate representation of color #616D1E: hue angle of 69.11º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #616D1E is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 97 | 109 | 30 | - |
| CMYK | 0.11 | 0 | 0.72 | 0.57 |
| HSL | 69.11º | 0.57% | 0.27% | - |
| HSV(B) | 69.11º | 0.72% | 0.43% | - |
| XYZ | 10.63 | 13.57 | 3.29 | - |
| YUV | 96.41 | 90.52 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 109 | 30 | 0.11 | 0 | 0.72 | 0.57 | 69.11 | 0.57 | 0.27 |
| Hex | 61 | 6D | 1E | B | 0 | 48 | 39 | 45 | 39 | 1B |
| Octal | 141 | 155 | 36 | 13 | 0 | 110 | 71 | 105 | 71 | 33 |
| Binary | 1100001 | 1101101 | 11110 | 1011 | 0 | 1001000 | 111001 | 1000101 | 111001 | 11011 |
Color Harmonies of #616D1E
Complementary color
Monochromatic Colors of #616D1E
Black with #616D1E
Text Example
Text Example
White with #616D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616D1E; }
p { color: rgb(97,109,30); }
H1.HeaderClassName
{
color: #616D1E;
}
.AnyTagClassName
{
color: #616D1E;
}
</style>
background-color css
<style>
a { background-color: #616D1E; }
a { background-color: rgb(97,109,30); }
div.DivClassName
{
background-color: #616D1E;
}
.BgClassName
{
background-color: #616D1E;
}
</style>
border-color css
<style>
span { border-color: #616D1E; }
span { border-color: rgb(97,109,30); }
td.TdClassName
{
border-color: #616D1E;
}
.TagClassName
{
border-color: #616D1E;
}
</style>