Shades of Fiji Green #61711D
Tints of Fiji Green #61711D
RGB
CMYK
RGB Variations
Color information
#61711D (or 0x61711D) is known color: Fiji Green. HEX triplet: 61, 71 and 1D. RGB value is (97,113,29). Sum of RGB (Red+Green+Blue) = 97+113+29=239 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.59% from 239); Green value is 113 (44.53% from 255 or 47.28% from 239); Blue value is 29 (11.72% from 255 or 12.13% from 239); Max value from RGB is 113 - color contains mainly: green. Hex color #61711D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61711D is #9E8EE2. Grayscale: #626262. Windows color (decimal): -10391267 or 1929569. OLE color: 1929569.
HSL color Cylindrical-coordinate representation of color #61711D: hue angle of 71.43º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #61711D is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 113 | 29 | - |
| CMYK | 0.14 | 0 | 0.74 | 0.56 |
| HSL | 71.43º | 0.59% | 0.28% | - |
| HSV(B) | 71.43º | 0.74% | 0.44% | - |
| XYZ | 11.06 | 14.44 | 3.37 | - |
| YUV | 98.64 | 88.7 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 113 | 29 | 0.14 | 0 | 0.74 | 0.56 | 71.43 | 0.59 | 0.28 |
| Hex | 61 | 71 | 1D | E | 0 | 4A | 38 | 47 | 3B | 1C |
| Octal | 141 | 161 | 35 | 16 | 0 | 112 | 70 | 107 | 73 | 34 |
| Binary | 1100001 | 1110001 | 11101 | 1110 | 0 | 1001010 | 111000 | 1000111 | 111011 | 11100 |
Color Harmonies of #61711D
Complementary color
Monochromatic Colors of #61711D
Black with #61711D
Text Example
Text Example
White with #61711D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61711D; }
p { color: rgb(97,113,29); }
H1.HeaderClassName
{
color: #61711D;
}
.AnyTagClassName
{
color: #61711D;
}
</style>
background-color css
<style>
a { background-color: #61711D; }
a { background-color: rgb(97,113,29); }
div.DivClassName
{
background-color: #61711D;
}
.BgClassName
{
background-color: #61711D;
}
</style>
border-color css
<style>
span { border-color: #61711D; }
span { border-color: rgb(97,113,29); }
td.TdClassName
{
border-color: #61711D;
}
.TagClassName
{
border-color: #61711D;
}
</style>