Shades of Fiji Green #537F07
Tints of Fiji Green #537F07
RGB
CMYK
RGB Variations
Color information
#537F07 (or 0x537F07) is known color: Fiji Green. HEX triplet: 53, 7F and 07. RGB value is (83,127,7). Sum of RGB (Red+Green+Blue) = 83+127+7=217 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.25% from 217); Green value is 127 (50% from 255 or 58.53% from 217); Blue value is 7 (3.12% from 255 or 3.23% from 217); Max value from RGB is 127 - color contains mainly: green. Hex color #537F07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537F07 is #AC80F8. Grayscale: #646464. Windows color (decimal): -11305209 or 491347. OLE color: 491347.
HSL color Cylindrical-coordinate representation of color #537F07: hue angle of 82º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #537F07 is Cyan = 0.35, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 83 | 127 | 7 | - |
| CMYK | 0.35 | 0 | 0.94 | 0.50 |
| HSL | 82º | 0.9% | 0.26% | - |
| HSV(B) | 82º | 0.94% | 0.5% | - |
| XYZ | 11.2 | 17.03 | 2.9 | - |
| YUV | 100.16 | 75.42 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 127 | 7 | 0.35 | 0 | 0.94 | 0.50 | 82 | 0.9 | 0.26 |
| Hex | 53 | 7F | 7 | 23 | 0 | 5E | 32 | 52 | 5A | 1A |
| Octal | 123 | 177 | 7 | 43 | 0 | 136 | 62 | 122 | 132 | 32 |
| Binary | 1010011 | 1111111 | 111 | 100011 | 0 | 1011110 | 110010 | 1010010 | 1011010 | 11010 |
Color Harmonies of #537F07
Complementary color
Monochromatic Colors of #537F07
Black with #537F07
Text Example
Text Example
White with #537F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537F07; }
p { color: rgb(83,127,7); }
H1.HeaderClassName
{
color: #537F07;
}
.AnyTagClassName
{
color: #537F07;
}
</style>
background-color css
<style>
a { background-color: #537F07; }
a { background-color: rgb(83,127,7); }
div.DivClassName
{
background-color: #537F07;
}
.BgClassName
{
background-color: #537F07;
}
</style>
border-color css
<style>
span { border-color: #537F07; }
span { border-color: rgb(83,127,7); }
td.TdClassName
{
border-color: #537F07;
}
.TagClassName
{
border-color: #537F07;
}
</style>