Shades of Fiji Green #5D6C03
Tints of Fiji Green #5D6C03
RGB
CMYK
RGB Variations
Color information
#5D6C03 (or 0x5D6C03) is known color: Fiji Green. HEX triplet: 5D, 6C and 03. RGB value is (93,108,3). Sum of RGB (Red+Green+Blue) = 93+108+3=204 (27% of max value = 765). Red value is 93 (36.72% from 255 or 45.59% from 204); Green value is 108 (42.58% from 255 or 52.94% from 204); Blue value is 3 (1.56% from 255 or 1.47% from 204); Max value from RGB is 108 - color contains mainly: green. Hex color #5D6C03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D6C03 is #A293FC. Grayscale: #5B5B5B. Windows color (decimal): -10654717 or 224349. OLE color: 224349.
HSL color Cylindrical-coordinate representation of color #5D6C03: hue angle of 68.57º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5D6C03 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 93 | 108 | 3 | - |
| CMYK | 0.14 | 0 | 0.97 | 0.58 |
| HSL | 68.57º | 0.95% | 0.22% | - |
| HSV(B) | 68.57º | 0.97% | 0.42% | - |
| XYZ | 9.89 | 13.06 | 2.09 | - |
| YUV | 91.55 | 78.03 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 108 | 3 | 0.14 | 0 | 0.97 | 0.58 | 68.57 | 0.95 | 0.22 |
| Hex | 5D | 6C | 3 | E | 0 | 61 | 3A | 45 | 5F | 16 |
| Octal | 135 | 154 | 3 | 16 | 0 | 141 | 72 | 105 | 137 | 26 |
| Binary | 1011101 | 1101100 | 11 | 1110 | 0 | 1100001 | 111010 | 1000101 | 1011111 | 10110 |
Color Harmonies of #5D6C03
Complementary color
Monochromatic Colors of #5D6C03
Black with #5D6C03
Text Example
Text Example
White with #5D6C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6C03; }
p { color: rgb(93,108,3); }
H1.HeaderClassName
{
color: #5D6C03;
}
.AnyTagClassName
{
color: #5D6C03;
}
</style>
background-color css
<style>
a { background-color: #5D6C03; }
a { background-color: rgb(93,108,3); }
div.DivClassName
{
background-color: #5D6C03;
}
.BgClassName
{
background-color: #5D6C03;
}
</style>
border-color css
<style>
span { border-color: #5D6C03; }
span { border-color: rgb(93,108,3); }
td.TdClassName
{
border-color: #5D6C03;
}
.TagClassName
{
border-color: #5D6C03;
}
</style>