Shades of Fiji Green #5D6A0A
Tints of Fiji Green #5D6A0A
RGB
CMYK
RGB Variations
Color information
#5D6A0A (or 0x5D6A0A) is known color: Fiji Green. HEX triplet: 5D, 6A and 0A. RGB value is (93,106,10). Sum of RGB (Red+Green+Blue) = 93+106+10=209 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.50% from 209); Green value is 106 (41.80% from 255 or 50.72% from 209); Blue value is 10 (4.30% from 255 or 4.78% from 209); Max value from RGB is 106 - color contains mainly: green. Hex color #5D6A0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D6A0A is #A295F5. Grayscale: #5B5B5B. Windows color (decimal): -10655222 or 682589. OLE color: 682589.
HSL color Cylindrical-coordinate representation of color #5D6A0A: hue angle of 68.13º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5D6A0A is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 93 | 106 | 10 | - |
| CMYK | 0.12 | 0 | 0.91 | 0.58 |
| HSL | 68.13º | 0.83% | 0.23% | - |
| HSV(B) | 68.13º | 0.91% | 0.42% | - |
| XYZ | 9.72 | 12.66 | 2.22 | - |
| YUV | 91.17 | 82.19 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 106 | 10 | 0.12 | 0 | 0.91 | 0.58 | 68.13 | 0.83 | 0.23 |
| Hex | 5D | 6A | A | C | 0 | 5B | 3A | 44 | 53 | 17 |
| Octal | 135 | 152 | 12 | 14 | 0 | 133 | 72 | 104 | 123 | 27 |
| Binary | 1011101 | 1101010 | 1010 | 1100 | 0 | 1011011 | 111010 | 1000100 | 1010011 | 10111 |
Color Harmonies of #5D6A0A
Complementary color
Monochromatic Colors of #5D6A0A
Black with #5D6A0A
Text Example
Text Example
White with #5D6A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6A0A; }
p { color: rgb(93,106,10); }
H1.HeaderClassName
{
color: #5D6A0A;
}
.AnyTagClassName
{
color: #5D6A0A;
}
</style>
background-color css
<style>
a { background-color: #5D6A0A; }
a { background-color: rgb(93,106,10); }
div.DivClassName
{
background-color: #5D6A0A;
}
.BgClassName
{
background-color: #5D6A0A;
}
</style>
border-color css
<style>
span { border-color: #5D6A0A; }
span { border-color: rgb(93,106,10); }
td.TdClassName
{
border-color: #5D6A0A;
}
.TagClassName
{
border-color: #5D6A0A;
}
</style>