Shades of Fiji Green #61701F
Tints of Fiji Green #61701F
RGB
CMYK
RGB Variations
Color information
#61701F (or 0x61701F) is known color: Fiji Green. HEX triplet: 61, 70 and 1F. RGB value is (97,112,31). Sum of RGB (Red+Green+Blue) = 97+112+31=240 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.42% from 240); Green value is 112 (44.14% from 255 or 46.67% from 240); Blue value is 31 (12.5% from 255 or 12.92% from 240); Max value from RGB is 112 - color contains mainly: green. Hex color #61701F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61701F is #9E8FE0. Grayscale: #626262. Windows color (decimal): -10391521 or 2060385. OLE color: 2060385.
HSL color Cylindrical-coordinate representation of color #61701F: hue angle of 71.11º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #61701F is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 112 | 31 | - |
| CMYK | 0.13 | 0 | 0.72 | 0.56 |
| HSL | 71.11º | 0.57% | 0.28% | - |
| HSV(B) | 71.11º | 0.72% | 0.44% | - |
| XYZ | 10.97 | 14.23 | 3.46 | - |
| YUV | 98.28 | 90.03 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 112 | 31 | 0.13 | 0 | 0.72 | 0.56 | 71.11 | 0.57 | 0.28 |
| Hex | 61 | 70 | 1F | D | 0 | 48 | 38 | 47 | 39 | 1C |
| Octal | 141 | 160 | 37 | 15 | 0 | 110 | 70 | 107 | 71 | 34 |
| Binary | 1100001 | 1110000 | 11111 | 1101 | 0 | 1001000 | 111000 | 1000111 | 111001 | 11100 |
Color Harmonies of #61701F
Complementary color
Monochromatic Colors of #61701F
Black with #61701F
Text Example
Text Example
White with #61701F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61701F; }
p { color: rgb(97,112,31); }
H1.HeaderClassName
{
color: #61701F;
}
.AnyTagClassName
{
color: #61701F;
}
</style>
background-color css
<style>
a { background-color: #61701F; }
a { background-color: rgb(97,112,31); }
div.DivClassName
{
background-color: #61701F;
}
.BgClassName
{
background-color: #61701F;
}
</style>
border-color css
<style>
span { border-color: #61701F; }
span { border-color: rgb(97,112,31); }
td.TdClassName
{
border-color: #61701F;
}
.TagClassName
{
border-color: #61701F;
}
</style>