Shades of Fiji Green #5D630D
Tints of Fiji Green #5D630D
RGB
CMYK
RGB Variations
Color information
#5D630D (or 0x5D630D) is known color: Fiji Green. HEX triplet: 5D, 63 and 0D. RGB value is (93,99,13). Sum of RGB (Red+Green+Blue) = 93+99+13=205 (27% of max value = 765). Red value is 93 (36.72% from 255 or 45.37% from 205); Green value is 99 (39.06% from 255 or 48.29% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 99 - color contains mainly: green. Hex color #5D630D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D630D is #A29CF2. Grayscale: #575757. Windows color (decimal): -10657011 or 877405. OLE color: 877405.
HSL color Cylindrical-coordinate representation of color #5D630D: hue angle of 64.19º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5D630D is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 93 | 99 | 13 | - |
| CMYK | 0.06 | 0 | 0.87 | 0.61 |
| HSL | 64.19º | 0.77% | 0.22% | - |
| HSV(B) | 64.19º | 0.87% | 0.39% | - |
| XYZ | 9.05 | 11.28 | 2.08 | - |
| YUV | 87.4 | 86.01 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 99 | 13 | 0.06 | 0 | 0.87 | 0.61 | 64.19 | 0.77 | 0.22 |
| Hex | 5D | 63 | D | 6 | 0 | 57 | 3D | 40 | 4D | 16 |
| Octal | 135 | 143 | 15 | 6 | 0 | 127 | 75 | 100 | 115 | 26 |
| Binary | 1011101 | 1100011 | 1101 | 110 | 0 | 1010111 | 111101 | 1000000 | 1001101 | 10110 |
Color Harmonies of #5D630D
Complementary color
Monochromatic Colors of #5D630D
Black with #5D630D
Text Example
Text Example
White with #5D630D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D630D; }
p { color: rgb(93,99,13); }
H1.HeaderClassName
{
color: #5D630D;
}
.AnyTagClassName
{
color: #5D630D;
}
</style>
background-color css
<style>
a { background-color: #5D630D; }
a { background-color: rgb(93,99,13); }
div.DivClassName
{
background-color: #5D630D;
}
.BgClassName
{
background-color: #5D630D;
}
</style>
border-color css
<style>
span { border-color: #5D630D; }
span { border-color: rgb(93,99,13); }
td.TdClassName
{
border-color: #5D630D;
}
.TagClassName
{
border-color: #5D630D;
}
</style>