Shades of Fiji Green #53700A
Tints of Fiji Green #53700A
RGB
CMYK
RGB Variations
Color information
#53700A (or 0x53700A) is known color: Fiji Green. HEX triplet: 53, 70 and 0A. RGB value is (83,112,10). Sum of RGB (Red+Green+Blue) = 83+112+10=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 112 (44.14% from 255 or 54.63% from 205); Blue value is 10 (4.30% from 255 or 4.88% from 205); Max value from RGB is 112 - color contains mainly: green. Hex color #53700A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53700A is #AC8FF5. Grayscale: #5C5C5C. Windows color (decimal): -11309046 or 684115. OLE color: 684115.
HSL color Cylindrical-coordinate representation of color #53700A: hue angle of 77.06º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #53700A is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 112 | 10 | - |
| CMYK | 0.26 | 0 | 0.91 | 0.56 |
| HSL | 77.06º | 0.84% | 0.24% | - |
| HSV(B) | 77.06º | 0.91% | 0.44% | - |
| XYZ | 9.42 | 13.45 | 2.39 | - |
| YUV | 91.7 | 81.89 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 112 | 10 | 0.26 | 0 | 0.91 | 0.56 | 77.06 | 0.84 | 0.24 |
| Hex | 53 | 70 | A | 1A | 0 | 5B | 38 | 4D | 54 | 18 |
| Octal | 123 | 160 | 12 | 32 | 0 | 133 | 70 | 115 | 124 | 30 |
| Binary | 1010011 | 1110000 | 1010 | 11010 | 0 | 1011011 | 111000 | 1001101 | 1010100 | 11000 |
Color Harmonies of #53700A
Complementary color
Monochromatic Colors of #53700A
Black with #53700A
Text Example
Text Example
White with #53700A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53700A; }
p { color: rgb(83,112,10); }
H1.HeaderClassName
{
color: #53700A;
}
.AnyTagClassName
{
color: #53700A;
}
</style>
background-color css
<style>
a { background-color: #53700A; }
a { background-color: rgb(83,112,10); }
div.DivClassName
{
background-color: #53700A;
}
.BgClassName
{
background-color: #53700A;
}
</style>
border-color css
<style>
span { border-color: #53700A; }
span { border-color: rgb(83,112,10); }
td.TdClassName
{
border-color: #53700A;
}
.TagClassName
{
border-color: #53700A;
}
</style>