Shades of Fiji Green #61631E
Tints of Fiji Green #61631E
RGB
CMYK
RGB Variations
Color information
#61631E (or 0x61631E) is known color: Fiji Green. HEX triplet: 61, 63 and 1E. RGB value is (97,99,30). Sum of RGB (Red+Green+Blue) = 97+99+30=226 (29% of max value = 765). Red value is 97 (38.28% from 255 or 42.92% from 226); Green value is 99 (39.06% from 255 or 43.81% from 226); Blue value is 30 (12.11% from 255 or 13.27% from 226); Max value from RGB is 99 - color contains mainly: green. Hex color #61631E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61631E is #9E9CE1. Grayscale: #5A5A5A. Windows color (decimal): -10394850 or 1991521. OLE color: 1991521.
HSL color Cylindrical-coordinate representation of color #61631E: hue angle of 61.74º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #61631E is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 97 | 99 | 30 | - |
| CMYK | 0.02 | 0 | 0.70 | 0.61 |
| HSL | 61.74º | 0.53% | 0.25% | - |
| HSV(B) | 61.74º | 0.7% | 0.39% | - |
| XYZ | 9.63 | 11.56 | 2.95 | - |
| YUV | 90.54 | 93.84 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 99 | 30 | 0.02 | 0 | 0.70 | 0.61 | 61.74 | 0.53 | 0.25 |
| Hex | 61 | 63 | 1E | 2 | 0 | 46 | 3D | 3E | 35 | 19 |
| Octal | 141 | 143 | 36 | 2 | 0 | 106 | 75 | 76 | 65 | 31 |
| Binary | 1100001 | 1100011 | 11110 | 10 | 0 | 1000110 | 111101 | 111110 | 110101 | 11001 |
Color Harmonies of #61631E
Complementary color
Monochromatic Colors of #61631E
Black with #61631E
Text Example
Text Example
White with #61631E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61631E; }
p { color: rgb(97,99,30); }
H1.HeaderClassName
{
color: #61631E;
}
.AnyTagClassName
{
color: #61631E;
}
</style>
background-color css
<style>
a { background-color: #61631E; }
a { background-color: rgb(97,99,30); }
div.DivClassName
{
background-color: #61631E;
}
.BgClassName
{
background-color: #61631E;
}
</style>
border-color css
<style>
span { border-color: #61631E; }
span { border-color: rgb(97,99,30); }
td.TdClassName
{
border-color: #61631E;
}
.TagClassName
{
border-color: #61631E;
}
</style>