Shades of Fiji Green #53690F
Tints of Fiji Green #53690F
RGB
CMYK
RGB Variations
Color information
#53690F (or 0x53690F) is known color: Fiji Green. HEX triplet: 53, 69 and 0F. RGB value is (83,105,15). Sum of RGB (Red+Green+Blue) = 83+105+15=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 105 (41.41% from 255 or 51.72% from 203); Blue value is 15 (6.25% from 255 or 7.39% from 203); Max value from RGB is 105 - color contains mainly: green. Hex color #53690F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53690F is #AC96F0. Grayscale: #585858. Windows color (decimal): -11310833 or 1010003. OLE color: 1010003.
HSL color Cylindrical-coordinate representation of color #53690F: hue angle of 74.67º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #53690F is Cyan = 0.21, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 83 | 105 | 15 | - |
| CMYK | 0.21 | 0 | 0.86 | 0.59 |
| HSL | 74.67º | 0.75% | 0.24% | - |
| HSV(B) | 74.67º | 0.86% | 0.41% | - |
| XYZ | 8.71 | 11.98 | 2.3 | - |
| YUV | 88.16 | 86.71 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 105 | 15 | 0.21 | 0 | 0.86 | 0.59 | 74.67 | 0.75 | 0.24 |
| Hex | 53 | 69 | F | 15 | 0 | 56 | 3B | 4B | 4B | 18 |
| Octal | 123 | 151 | 17 | 25 | 0 | 126 | 73 | 113 | 113 | 30 |
| Binary | 1010011 | 1101001 | 1111 | 10101 | 0 | 1010110 | 111011 | 1001011 | 1001011 | 11000 |
Color Harmonies of #53690F
Complementary color
Monochromatic Colors of #53690F
Black with #53690F
Text Example
Text Example
White with #53690F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53690F; }
p { color: rgb(83,105,15); }
H1.HeaderClassName
{
color: #53690F;
}
.AnyTagClassName
{
color: #53690F;
}
</style>
background-color css
<style>
a { background-color: #53690F; }
a { background-color: rgb(83,105,15); }
div.DivClassName
{
background-color: #53690F;
}
.BgClassName
{
background-color: #53690F;
}
</style>
border-color css
<style>
span { border-color: #53690F; }
span { border-color: rgb(83,105,15); }
td.TdClassName
{
border-color: #53690F;
}
.TagClassName
{
border-color: #53690F;
}
</style>