Shades of Fiji Green #61600E
Tints of Fiji Green #61600E
RGB
CMYK
RGB Variations
Color information
#61600E (or 0x61600E) is known color: Fiji Green. HEX triplet: 61, 60 and 0E. RGB value is (97,96,14). Sum of RGB (Red+Green+Blue) = 97+96+14=207 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.86% from 207); Green value is 96 (37.89% from 255 or 46.38% from 207); Blue value is 14 (5.86% from 255 or 6.76% from 207); Max value from RGB is 97 - color contains mainly: red. Hex color #61600E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61600E is #9E9FF1. Grayscale: #575757. Windows color (decimal): -10395634 or 942177. OLE color: 942177.
HSL color Cylindrical-coordinate representation of color #61600E: hue angle of 59.28º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #61600E is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 96 | 14 | - |
| CMYK | 0 | 0.01 | 0.86 | 0.62 |
| HSL | 59.28º | 0.75% | 0.22% | - |
| HSV(B) | 59.28º | 0.86% | 0.38% | - |
| XYZ | 9.19 | 10.94 | 2.04 | - |
| YUV | 86.95 | 86.83 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 96 | 14 | 0 | 0.01 | 0.86 | 0.62 | 59.28 | 0.75 | 0.22 |
| Hex | 61 | 60 | E | 0 | 1 | 56 | 3E | 3B | 4B | 16 |
| Octal | 141 | 140 | 16 | 0 | 1 | 126 | 76 | 73 | 113 | 26 |
| Binary | 1100001 | 1100000 | 1110 | 0 | 1 | 1010110 | 111110 | 111011 | 1001011 | 10110 |
Color Harmonies of #61600E
Complementary color
Monochromatic Colors of #61600E
Black with #61600E
Text Example
Text Example
White with #61600E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61600E; }
p { color: rgb(97,96,14); }
H1.HeaderClassName
{
color: #61600E;
}
.AnyTagClassName
{
color: #61600E;
}
</style>
background-color css
<style>
a { background-color: #61600E; }
a { background-color: rgb(97,96,14); }
div.DivClassName
{
background-color: #61600E;
}
.BgClassName
{
background-color: #61600E;
}
</style>
border-color css
<style>
span { border-color: #61600E; }
span { border-color: rgb(97,96,14); }
td.TdClassName
{
border-color: #61600E;
}
.TagClassName
{
border-color: #61600E;
}
</style>