Shades of Fiji Green #61731B
Tints of Fiji Green #61731B
RGB
CMYK
RGB Variations
Color information
#61731B (or 0x61731B) is known color: Fiji Green. HEX triplet: 61, 73 and 1B. RGB value is (97,115,27). Sum of RGB (Red+Green+Blue) = 97+115+27=239 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.59% from 239); Green value is 115 (45.31% from 255 or 48.12% from 239); Blue value is 27 (10.94% from 255 or 11.30% from 239); Max value from RGB is 115 - color contains mainly: green. Hex color #61731B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61731B is #9E8CE4. Grayscale: #636363. Windows color (decimal): -10390757 or 1799009. OLE color: 1799009.
HSL color Cylindrical-coordinate representation of color #61731B: hue angle of 72.27º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #61731B is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 97 | 115 | 27 | - |
| CMYK | 0.16 | 0 | 0.77 | 0.55 |
| HSL | 72.27º | 0.62% | 0.28% | - |
| HSV(B) | 72.27º | 0.77% | 0.45% | - |
| XYZ | 11.26 | 14.88 | 3.32 | - |
| YUV | 99.59 | 87.04 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 115 | 27 | 0.16 | 0 | 0.77 | 0.55 | 72.27 | 0.62 | 0.28 |
| Hex | 61 | 73 | 1B | 10 | 0 | 4D | 37 | 48 | 3E | 1C |
| Octal | 141 | 163 | 33 | 20 | 0 | 115 | 67 | 110 | 76 | 34 |
| Binary | 1100001 | 1110011 | 11011 | 10000 | 0 | 1001101 | 110111 | 1001000 | 111110 | 11100 |
Color Harmonies of #61731B
Complementary color
Monochromatic Colors of #61731B
Black with #61731B
Text Example
Text Example
White with #61731B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61731B; }
p { color: rgb(97,115,27); }
H1.HeaderClassName
{
color: #61731B;
}
.AnyTagClassName
{
color: #61731B;
}
</style>
background-color css
<style>
a { background-color: #61731B; }
a { background-color: rgb(97,115,27); }
div.DivClassName
{
background-color: #61731B;
}
.BgClassName
{
background-color: #61731B;
}
</style>
border-color css
<style>
span { border-color: #61731B; }
span { border-color: rgb(97,115,27); }
td.TdClassName
{
border-color: #61731B;
}
.TagClassName
{
border-color: #61731B;
}
</style>