Shades of Fiji Green #61761B
Tints of Fiji Green #61761B
RGB
CMYK
RGB Variations
Color information
#61761B (or 0x61761B) is known color: Fiji Green. HEX triplet: 61, 76 and 1B. RGB value is (97,118,27). Sum of RGB (Red+Green+Blue) = 97+118+27=242 (32% of max value = 765). Red value is 97 (38.28% from 255 or 40.08% from 242); Green value is 118 (46.48% from 255 or 48.76% from 242); Blue value is 27 (10.94% from 255 or 11.16% from 242); Max value from RGB is 118 - color contains mainly: green. Hex color #61761B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61761B is #9E89E4. Grayscale: #656565. Windows color (decimal): -10389989 or 1799777. OLE color: 1799777.
HSL color Cylindrical-coordinate representation of color #61761B: hue angle of 73.85º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #61761B is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 97 | 118 | 27 | - |
| CMYK | 0.18 | 0 | 0.77 | 0.54 |
| HSL | 73.85º | 0.63% | 0.28% | - |
| HSV(B) | 73.85º | 0.77% | 0.46% | - |
| XYZ | 11.61 | 15.58 | 3.43 | - |
| YUV | 101.35 | 86.04 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 118 | 27 | 0.18 | 0 | 0.77 | 0.54 | 73.85 | 0.63 | 0.28 |
| Hex | 61 | 76 | 1B | 12 | 0 | 4D | 36 | 4A | 3F | 1C |
| Octal | 141 | 166 | 33 | 22 | 0 | 115 | 66 | 112 | 77 | 34 |
| Binary | 1100001 | 1110110 | 11011 | 10010 | 0 | 1001101 | 110110 | 1001010 | 111111 | 11100 |
Color Harmonies of #61761B
Complementary color
Monochromatic Colors of #61761B
Black with #61761B
Text Example
Text Example
White with #61761B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61761B; }
p { color: rgb(97,118,27); }
H1.HeaderClassName
{
color: #61761B;
}
.AnyTagClassName
{
color: #61761B;
}
</style>
background-color css
<style>
a { background-color: #61761B; }
a { background-color: rgb(97,118,27); }
div.DivClassName
{
background-color: #61761B;
}
.BgClassName
{
background-color: #61761B;
}
</style>
border-color css
<style>
span { border-color: #61761B; }
span { border-color: rgb(97,118,27); }
td.TdClassName
{
border-color: #61761B;
}
.TagClassName
{
border-color: #61761B;
}
</style>