Shades of Fiji Green #5D6301
Tints of Fiji Green #5D6301
RGB
CMYK
RGB Variations
Color information
#5D6301 (or 0x5D6301) is known color: Fiji Green. HEX triplet: 5D, 63 and 01. RGB value is (93,99,1). Sum of RGB (Red+Green+Blue) = 93+99+1=193 (25% of max value = 765). Red value is 93 (36.72% from 255 or 48.19% from 193); Green value is 99 (39.06% from 255 or 51.30% from 193); Blue value is 1 (0.78% from 255 or 0.52% from 193); Max value from RGB is 99 - color contains mainly: green. Hex color #5D6301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D6301 is #A29CFE. Grayscale: #565656. Windows color (decimal): -10657023 or 90973. OLE color: 90973.
HSL color Cylindrical-coordinate representation of color #5D6301: hue angle of 63.67º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5D6301 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 93 | 99 | 1 | - |
| CMYK | 0.06 | 0 | 0.99 | 0.61 |
| HSL | 63.67º | 0.98% | 0.2% | - |
| HSV(B) | 63.67º | 0.99% | 0.39% | - |
| XYZ | 8.98 | 11.25 | 1.73 | - |
| YUV | 86.03 | 80.01 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 99 | 1 | 0.06 | 0 | 0.99 | 0.61 | 63.67 | 0.98 | 0.2 |
| Hex | 5D | 63 | 1 | 6 | 0 | 63 | 3D | 40 | 62 | 14 |
| Octal | 135 | 143 | 1 | 6 | 0 | 143 | 75 | 100 | 142 | 24 |
| Binary | 1011101 | 1100011 | 1 | 110 | 0 | 1100011 | 111101 | 1000000 | 1100010 | 10100 |
Color Harmonies of #5D6301
Complementary color
Monochromatic Colors of #5D6301
Black with #5D6301
Text Example
Text Example
White with #5D6301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6301; }
p { color: rgb(93,99,1); }
H1.HeaderClassName
{
color: #5D6301;
}
.AnyTagClassName
{
color: #5D6301;
}
</style>
background-color css
<style>
a { background-color: #5D6301; }
a { background-color: rgb(93,99,1); }
div.DivClassName
{
background-color: #5D6301;
}
.BgClassName
{
background-color: #5D6301;
}
</style>
border-color css
<style>
span { border-color: #5D6301; }
span { border-color: rgb(93,99,1); }
td.TdClassName
{
border-color: #5D6301;
}
.TagClassName
{
border-color: #5D6301;
}
</style>