Shades of Fiji Green #61600D
Tints of Fiji Green #61600D
RGB
CMYK
RGB Variations
Color information
#61600D (or 0x61600D) is known color: Fiji Green. HEX triplet: 61, 60 and 0D. RGB value is (97,96,13). Sum of RGB (Red+Green+Blue) = 97+96+13=206 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.09% from 206); Green value is 96 (37.89% from 255 or 46.60% from 206); Blue value is 13 (5.47% from 255 or 6.31% from 206); Max value from RGB is 97 - color contains mainly: red. Hex color #61600D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61600D is #9E9FF2. Grayscale: #575757. Windows color (decimal): -10395635 or 876641. OLE color: 876641.
HSL color Cylindrical-coordinate representation of color #61600D: hue angle of 59.29º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #61600D is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 96 | 13 | - |
| CMYK | 0 | 0.01 | 0.87 | 0.62 |
| HSL | 59.29º | 0.76% | 0.22% | - |
| HSV(B) | 59.29º | 0.87% | 0.38% | - |
| XYZ | 9.19 | 10.94 | 2.01 | - |
| YUV | 86.84 | 86.33 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 96 | 13 | 0 | 0.01 | 0.87 | 0.62 | 59.29 | 0.76 | 0.22 |
| Hex | 61 | 60 | D | 0 | 1 | 57 | 3E | 3B | 4C | 16 |
| Octal | 141 | 140 | 15 | 0 | 1 | 127 | 76 | 73 | 114 | 26 |
| Binary | 1100001 | 1100000 | 1101 | 0 | 1 | 1010111 | 111110 | 111011 | 1001100 | 10110 |
Color Harmonies of #61600D
Complementary color
Monochromatic Colors of #61600D
Black with #61600D
Text Example
Text Example
White with #61600D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61600D; }
p { color: rgb(97,96,13); }
H1.HeaderClassName
{
color: #61600D;
}
.AnyTagClassName
{
color: #61600D;
}
</style>
background-color css
<style>
a { background-color: #61600D; }
a { background-color: rgb(97,96,13); }
div.DivClassName
{
background-color: #61600D;
}
.BgClassName
{
background-color: #61600D;
}
</style>
border-color css
<style>
span { border-color: #61600D; }
span { border-color: rgb(97,96,13); }
td.TdClassName
{
border-color: #61600D;
}
.TagClassName
{
border-color: #61600D;
}
</style>