Shades of Fiji Green #61740D
Tints of Fiji Green #61740D
RGB
CMYK
RGB Variations
Color information
#61740D (or 0x61740D) is known color: Fiji Green. HEX triplet: 61, 74 and 0D. RGB value is (97,116,13). Sum of RGB (Red+Green+Blue) = 97+116+13=226 (29% of max value = 765). Red value is 97 (38.28% from 255 or 42.92% from 226); Green value is 116 (45.70% from 255 or 51.33% from 226); Blue value is 13 (5.47% from 255 or 5.75% from 226); Max value from RGB is 116 - color contains mainly: green. Hex color #61740D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61740D is #9E8BF2. Grayscale: #626262. Windows color (decimal): -10390515 or 881761. OLE color: 881761.
HSL color Cylindrical-coordinate representation of color #61740D: hue angle of 71.07º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #61740D is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 97 | 116 | 13 | - |
| CMYK | 0.16 | 0 | 0.89 | 0.55 |
| HSL | 71.07º | 0.8% | 0.25% | - |
| HSV(B) | 71.07º | 0.89% | 0.45% | - |
| XYZ | 11.25 | 15.06 | 2.7 | - |
| YUV | 98.58 | 79.71 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 116 | 13 | 0.16 | 0 | 0.89 | 0.55 | 71.07 | 0.8 | 0.25 |
| Hex | 61 | 74 | D | 10 | 0 | 59 | 37 | 47 | 50 | 19 |
| Octal | 141 | 164 | 15 | 20 | 0 | 131 | 67 | 107 | 120 | 31 |
| Binary | 1100001 | 1110100 | 1101 | 10000 | 0 | 1011001 | 110111 | 1000111 | 1010000 | 11001 |
Color Harmonies of #61740D
Complementary color
Monochromatic Colors of #61740D
Black with #61740D
Text Example
Text Example
White with #61740D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61740D; }
p { color: rgb(97,116,13); }
H1.HeaderClassName
{
color: #61740D;
}
.AnyTagClassName
{
color: #61740D;
}
</style>
background-color css
<style>
a { background-color: #61740D; }
a { background-color: rgb(97,116,13); }
div.DivClassName
{
background-color: #61740D;
}
.BgClassName
{
background-color: #61740D;
}
</style>
border-color css
<style>
span { border-color: #61740D; }
span { border-color: rgb(97,116,13); }
td.TdClassName
{
border-color: #61740D;
}
.TagClassName
{
border-color: #61740D;
}
</style>