Shades of Fiji Green #5D6D03
Tints of Fiji Green #5D6D03
RGB
CMYK
RGB Variations
Color information
#5D6D03 (or 0x5D6D03) is known color: Fiji Green. HEX triplet: 5D, 6D and 03. RGB value is (93,109,3). Sum of RGB (Red+Green+Blue) = 93+109+3=205 (27% of max value = 765). Red value is 93 (36.72% from 255 or 45.37% from 205); Green value is 109 (42.97% from 255 or 53.17% from 205); Blue value is 3 (1.56% from 255 or 1.46% from 205); Max value from RGB is 109 - color contains mainly: green. Hex color #5D6D03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D6D03 is #A292FC. Grayscale: #5C5C5C. Windows color (decimal): -10654461 or 224605. OLE color: 224605.
HSL color Cylindrical-coordinate representation of color #5D6D03: hue angle of 69.06º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5D6D03 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 93 | 109 | 3 | - |
| CMYK | 0.15 | 0 | 0.97 | 0.57 |
| HSL | 69.06º | 0.95% | 0.22% | - |
| HSV(B) | 69.06º | 0.97% | 0.43% | - |
| XYZ | 10 | 13.27 | 2.12 | - |
| YUV | 92.13 | 77.7 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 109 | 3 | 0.15 | 0 | 0.97 | 0.57 | 69.06 | 0.95 | 0.22 |
| Hex | 5D | 6D | 3 | F | 0 | 61 | 39 | 45 | 5F | 16 |
| Octal | 135 | 155 | 3 | 17 | 0 | 141 | 71 | 105 | 137 | 26 |
| Binary | 1011101 | 1101101 | 11 | 1111 | 0 | 1100001 | 111001 | 1000101 | 1011111 | 10110 |
Color Harmonies of #5D6D03
Complementary color
Monochromatic Colors of #5D6D03
Black with #5D6D03
Text Example
Text Example
White with #5D6D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6D03; }
p { color: rgb(93,109,3); }
H1.HeaderClassName
{
color: #5D6D03;
}
.AnyTagClassName
{
color: #5D6D03;
}
</style>
background-color css
<style>
a { background-color: #5D6D03; }
a { background-color: rgb(93,109,3); }
div.DivClassName
{
background-color: #5D6D03;
}
.BgClassName
{
background-color: #5D6D03;
}
</style>
border-color css
<style>
span { border-color: #5D6D03; }
span { border-color: rgb(93,109,3); }
td.TdClassName
{
border-color: #5D6D03;
}
.TagClassName
{
border-color: #5D6D03;
}
</style>