Shades of Fiji Green #53770B
Tints of Fiji Green #53770B
RGB
CMYK
RGB Variations
Color information
#53770B (or 0x53770B) is known color: Fiji Green. HEX triplet: 53, 77 and 0B. RGB value is (83,119,11). Sum of RGB (Red+Green+Blue) = 83+119+11=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 119 (46.88% from 255 or 55.87% from 213); Blue value is 11 (4.69% from 255 or 5.16% from 213); Max value from RGB is 119 - color contains mainly: green. Hex color #53770B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53770B is #AC88F4. Grayscale: #606060. Windows color (decimal): -11307253 or 751443. OLE color: 751443.
HSL color Cylindrical-coordinate representation of color #53770B: hue angle of 80º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #53770B is Cyan = 0.30, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 83 | 119 | 11 | - |
| CMYK | 0.30 | 0 | 0.91 | 0.53 |
| HSL | 80º | 0.83% | 0.25% | - |
| HSV(B) | 80º | 0.91% | 0.47% | - |
| XYZ | 10.22 | 15.06 | 2.68 | - |
| YUV | 95.92 | 80.07 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 119 | 11 | 0.30 | 0 | 0.91 | 0.53 | 80 | 0.83 | 0.25 |
| Hex | 53 | 77 | B | 1E | 0 | 5B | 35 | 50 | 53 | 19 |
| Octal | 123 | 167 | 13 | 36 | 0 | 133 | 65 | 120 | 123 | 31 |
| Binary | 1010011 | 1110111 | 1011 | 11110 | 0 | 1011011 | 110101 | 1010000 | 1010011 | 11001 |
Color Harmonies of #53770B
Complementary color
Monochromatic Colors of #53770B
Black with #53770B
Text Example
Text Example
White with #53770B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53770B; }
p { color: rgb(83,119,11); }
H1.HeaderClassName
{
color: #53770B;
}
.AnyTagClassName
{
color: #53770B;
}
</style>
background-color css
<style>
a { background-color: #53770B; }
a { background-color: rgb(83,119,11); }
div.DivClassName
{
background-color: #53770B;
}
.BgClassName
{
background-color: #53770B;
}
</style>
border-color css
<style>
span { border-color: #53770B; }
span { border-color: rgb(83,119,11); }
td.TdClassName
{
border-color: #53770B;
}
.TagClassName
{
border-color: #53770B;
}
</style>