Shades of Fiji Green #5D620D
Tints of Fiji Green #5D620D
RGB
CMYK
RGB Variations
Color information
#5D620D (or 0x5D620D) is known color: Fiji Green. HEX triplet: 5D, 62 and 0D. RGB value is (93,98,13). Sum of RGB (Red+Green+Blue) = 93+98+13=204 (27% of max value = 765). Red value is 93 (36.72% from 255 or 45.59% from 204); Green value is 98 (38.67% from 255 or 48.04% from 204); Blue value is 13 (5.47% from 255 or 6.37% from 204); Max value from RGB is 98 - color contains mainly: green. Hex color #5D620D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D620D is #A29DF2. Grayscale: #575757. Windows color (decimal): -10657267 or 877149. OLE color: 877149.
HSL color Cylindrical-coordinate representation of color #5D620D: hue angle of 63.53º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5D620D is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 93 | 98 | 13 | - |
| CMYK | 0.05 | 0 | 0.87 | 0.62 |
| HSL | 63.53º | 0.77% | 0.22% | - |
| HSV(B) | 63.53º | 0.87% | 0.38% | - |
| XYZ | 8.95 | 11.09 | 2.05 | - |
| YUV | 86.82 | 86.34 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 98 | 13 | 0.05 | 0 | 0.87 | 0.62 | 63.53 | 0.77 | 0.22 |
| Hex | 5D | 62 | D | 5 | 0 | 57 | 3E | 40 | 4D | 16 |
| Octal | 135 | 142 | 15 | 5 | 0 | 127 | 76 | 100 | 115 | 26 |
| Binary | 1011101 | 1100010 | 1101 | 101 | 0 | 1010111 | 111110 | 1000000 | 1001101 | 10110 |
Color Harmonies of #5D620D
Complementary color
Monochromatic Colors of #5D620D
Black with #5D620D
Text Example
Text Example
White with #5D620D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D620D; }
p { color: rgb(93,98,13); }
H1.HeaderClassName
{
color: #5D620D;
}
.AnyTagClassName
{
color: #5D620D;
}
</style>
background-color css
<style>
a { background-color: #5D620D; }
a { background-color: rgb(93,98,13); }
div.DivClassName
{
background-color: #5D620D;
}
.BgClassName
{
background-color: #5D620D;
}
</style>
border-color css
<style>
span { border-color: #5D620D; }
span { border-color: rgb(93,98,13); }
td.TdClassName
{
border-color: #5D620D;
}
.TagClassName
{
border-color: #5D620D;
}
</style>