Shades of Fiji Green #61761E
Tints of Fiji Green #61761E
RGB
CMYK
RGB Variations
Color information
#61761E (or 0x61761E) is known color: Fiji Green. HEX triplet: 61, 76 and 1E. RGB value is (97,118,30). Sum of RGB (Red+Green+Blue) = 97+118+30=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 118 (46.48% from 255 or 48.16% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 118 - color contains mainly: green. Hex color #61761E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61761E is #9E89E1. Grayscale: #666666. Windows color (decimal): -10389986 or 1996385. OLE color: 1996385.
HSL color Cylindrical-coordinate representation of color #61761E: hue angle of 74.32º degrees, saturation: 0.59, 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 #61761E is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 97 | 118 | 30 | - |
| CMYK | 0.18 | 0 | 0.75 | 0.54 |
| HSL | 74.32º | 0.59% | 0.29% | - |
| HSV(B) | 74.32º | 0.75% | 0.46% | - |
| XYZ | 11.64 | 15.59 | 3.62 | - |
| YUV | 101.69 | 87.54 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 118 | 30 | 0.18 | 0 | 0.75 | 0.54 | 74.32 | 0.59 | 0.29 |
| Hex | 61 | 76 | 1E | 12 | 0 | 4B | 36 | 4A | 3B | 1D |
| Octal | 141 | 166 | 36 | 22 | 0 | 113 | 66 | 112 | 73 | 35 |
| Binary | 1100001 | 1110110 | 11110 | 10010 | 0 | 1001011 | 110110 | 1001010 | 111011 | 11101 |
Color Harmonies of #61761E
Complementary color
Monochromatic Colors of #61761E
Black with #61761E
Text Example
Text Example
White with #61761E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61761E; }
p { color: rgb(97,118,30); }
H1.HeaderClassName
{
color: #61761E;
}
.AnyTagClassName
{
color: #61761E;
}
</style>
background-color css
<style>
a { background-color: #61761E; }
a { background-color: rgb(97,118,30); }
div.DivClassName
{
background-color: #61761E;
}
.BgClassName
{
background-color: #61761E;
}
</style>
border-color css
<style>
span { border-color: #61761E; }
span { border-color: rgb(97,118,30); }
td.TdClassName
{
border-color: #61761E;
}
.TagClassName
{
border-color: #61761E;
}
</style>