Shades of Fiji Green #61761D
Tints of Fiji Green #61761D
RGB
CMYK
RGB Variations
Color information
#61761D (or 0x61761D) is known color: Fiji Green. HEX triplet: 61, 76 and 1D. RGB value is (97,118,29). Sum of RGB (Red+Green+Blue) = 97+118+29=244 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.75% from 244); Green value is 118 (46.48% from 255 or 48.36% from 244); Blue value is 29 (11.72% from 255 or 11.89% from 244); Max value from RGB is 118 - color contains mainly: green. Hex color #61761D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61761D is #9E89E2. Grayscale: #656565. Windows color (decimal): -10389987 or 1930849. OLE color: 1930849.
HSL color Cylindrical-coordinate representation of color #61761D: hue angle of 74.16º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #61761D is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 97 | 118 | 29 | - |
| CMYK | 0.18 | 0 | 0.75 | 0.54 |
| HSL | 74.16º | 0.61% | 0.29% | - |
| HSV(B) | 74.16º | 0.75% | 0.46% | - |
| XYZ | 11.63 | 15.59 | 3.56 | - |
| YUV | 101.58 | 87.04 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 118 | 29 | 0.18 | 0 | 0.75 | 0.54 | 74.16 | 0.61 | 0.29 |
| Hex | 61 | 76 | 1D | 12 | 0 | 4B | 36 | 4A | 3D | 1D |
| Octal | 141 | 166 | 35 | 22 | 0 | 113 | 66 | 112 | 75 | 35 |
| Binary | 1100001 | 1110110 | 11101 | 10010 | 0 | 1001011 | 110110 | 1001010 | 111101 | 11101 |
Color Harmonies of #61761D
Complementary color
Monochromatic Colors of #61761D
Black with #61761D
Text Example
Text Example
White with #61761D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61761D; }
p { color: rgb(97,118,29); }
H1.HeaderClassName
{
color: #61761D;
}
.AnyTagClassName
{
color: #61761D;
}
</style>
background-color css
<style>
a { background-color: #61761D; }
a { background-color: rgb(97,118,29); }
div.DivClassName
{
background-color: #61761D;
}
.BgClassName
{
background-color: #61761D;
}
</style>
border-color css
<style>
span { border-color: #61761D; }
span { border-color: rgb(97,118,29); }
td.TdClassName
{
border-color: #61761D;
}
.TagClassName
{
border-color: #61761D;
}
</style>