Shades of Fiji Green #53770F
Tints of Fiji Green #53770F
RGB
CMYK
RGB Variations
Color information
#53770F (or 0x53770F) is known color: Fiji Green. HEX triplet: 53, 77 and 0F. RGB value is (83,119,15). Sum of RGB (Red+Green+Blue) = 83+119+15=217 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.25% from 217); Green value is 119 (46.88% from 255 or 54.84% from 217); Blue value is 15 (6.25% from 255 or 6.91% from 217); Max value from RGB is 119 - color contains mainly: green. Hex color #53770F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53770F is #AC88F0. Grayscale: #606060. Windows color (decimal): -11307249 or 1013587. OLE color: 1013587.
HSL color Cylindrical-coordinate representation of color #53770F: hue angle of 80.77º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #53770F is Cyan = 0.30, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 83 | 119 | 15 | - |
| CMYK | 0.30 | 0 | 0.87 | 0.53 |
| HSL | 80.77º | 0.78% | 0.26% | - |
| HSV(B) | 80.77º | 0.87% | 0.47% | - |
| XYZ | 10.25 | 15.07 | 2.82 | - |
| YUV | 96.38 | 82.07 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 119 | 15 | 0.30 | 0 | 0.87 | 0.53 | 80.77 | 0.78 | 0.26 |
| Hex | 53 | 77 | F | 1E | 0 | 57 | 35 | 51 | 4E | 1A |
| Octal | 123 | 167 | 17 | 36 | 0 | 127 | 65 | 121 | 116 | 32 |
| Binary | 1010011 | 1110111 | 1111 | 11110 | 0 | 1010111 | 110101 | 1010001 | 1001110 | 11010 |
Color Harmonies of #53770F
Complementary color
Monochromatic Colors of #53770F
Black with #53770F
Text Example
Text Example
White with #53770F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53770F; }
p { color: rgb(83,119,15); }
H1.HeaderClassName
{
color: #53770F;
}
.AnyTagClassName
{
color: #53770F;
}
</style>
background-color css
<style>
a { background-color: #53770F; }
a { background-color: rgb(83,119,15); }
div.DivClassName
{
background-color: #53770F;
}
.BgClassName
{
background-color: #53770F;
}
</style>
border-color css
<style>
span { border-color: #53770F; }
span { border-color: rgb(83,119,15); }
td.TdClassName
{
border-color: #53770F;
}
.TagClassName
{
border-color: #53770F;
}
</style>