Shades of Fiji Green #615E00
Tints of Fiji Green #615E00
RGB
CMYK
RGB Variations
Color information
#615E00 (or 0x615E00) is known color: Fiji Green. HEX triplet: 61, 5E and 00. RGB value is (97,94,0). Sum of RGB (Red+Green+Blue) = 97+94+0=191 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.79% from 191); Green value is 94 (37.11% from 255 or 49.21% from 191); Blue value is 0 (0.39% from 255 or 0% from 191); Max value from RGB is 97 - color contains mainly: red. Hex color #615E00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615E00 is #9EA1FF. Grayscale: #545454. Windows color (decimal): -10396160 or 24161. OLE color: 24161.
HSL color Cylindrical-coordinate representation of color #615E00: hue angle of 58.14º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #615E00 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 94 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.62 |
| HSL | 58.14º | 1% | 0.19% | - |
| HSV(B) | 58.14º | 1% | 0.38% | - |
| XYZ | 8.93 | 10.55 | 1.56 | - |
| YUV | 84.18 | 80.49 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 94 | 0 | 0 | 0.03 | 1 | 0.62 | 58.14 | 1 | 0.19 |
| Hex | 61 | 5E | 0 | 0 | 3 | 64 | 3E | 3A | 64 | 13 |
| Octal | 141 | 136 | 0 | 0 | 3 | 144 | 76 | 72 | 144 | 23 |
| Binary | 1100001 | 1011110 | 0 | 0 | 11 | 1100100 | 111110 | 111010 | 1100100 | 10011 |
Color Harmonies of #615E00
Complementary color
Monochromatic Colors of #615E00
Black with #615E00
Text Example
Text Example
White with #615E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615E00; }
p { color: rgb(97,94,0); }
H1.HeaderClassName
{
color: #615E00;
}
.AnyTagClassName
{
color: #615E00;
}
</style>
background-color css
<style>
a { background-color: #615E00; }
a { background-color: rgb(97,94,0); }
div.DivClassName
{
background-color: #615E00;
}
.BgClassName
{
background-color: #615E00;
}
</style>
border-color css
<style>
span { border-color: #615E00; }
span { border-color: rgb(97,94,0); }
td.TdClassName
{
border-color: #615E00;
}
.TagClassName
{
border-color: #615E00;
}
</style>