Shades of Fiji Green #5D6A03
Tints of Fiji Green #5D6A03
RGB
CMYK
RGB Variations
Color information
#5D6A03 (or 0x5D6A03) is known color: Fiji Green. HEX triplet: 5D, 6A and 03. RGB value is (93,106,3). Sum of RGB (Red+Green+Blue) = 93+106+3=202 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.04% from 202); Green value is 106 (41.80% from 255 or 52.48% from 202); Blue value is 3 (1.56% from 255 or 1.49% from 202); Max value from RGB is 106 - color contains mainly: green. Hex color #5D6A03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D6A03 is #A295FC. Grayscale: #5A5A5A. Windows color (decimal): -10655229 or 223837. OLE color: 223837.
HSL color Cylindrical-coordinate representation of color #5D6A03: hue angle of 67.57º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5D6A03 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 93 | 106 | 3 | - |
| CMYK | 0.12 | 0 | 0.97 | 0.58 |
| HSL | 67.57º | 0.94% | 0.21% | - |
| HSV(B) | 67.57º | 0.97% | 0.42% | - |
| XYZ | 9.68 | 12.64 | 2.02 | - |
| YUV | 90.37 | 78.69 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 106 | 3 | 0.12 | 0 | 0.97 | 0.58 | 67.57 | 0.94 | 0.21 |
| Hex | 5D | 6A | 3 | C | 0 | 61 | 3A | 44 | 5E | 15 |
| Octal | 135 | 152 | 3 | 14 | 0 | 141 | 72 | 104 | 136 | 25 |
| Binary | 1011101 | 1101010 | 11 | 1100 | 0 | 1100001 | 111010 | 1000100 | 1011110 | 10101 |
Color Harmonies of #5D6A03
Complementary color
Monochromatic Colors of #5D6A03
Black with #5D6A03
Text Example
Text Example
White with #5D6A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6A03; }
p { color: rgb(93,106,3); }
H1.HeaderClassName
{
color: #5D6A03;
}
.AnyTagClassName
{
color: #5D6A03;
}
</style>
background-color css
<style>
a { background-color: #5D6A03; }
a { background-color: rgb(93,106,3); }
div.DivClassName
{
background-color: #5D6A03;
}
.BgClassName
{
background-color: #5D6A03;
}
</style>
border-color css
<style>
span { border-color: #5D6A03; }
span { border-color: rgb(93,106,3); }
td.TdClassName
{
border-color: #5D6A03;
}
.TagClassName
{
border-color: #5D6A03;
}
</style>