Shades of Fiji Green #55690D
Tints of Fiji Green #55690D
RGB
CMYK
RGB Variations
Color information
#55690D (or 0x55690D) is known color: Fiji Green. HEX triplet: 55, 69 and 0D. RGB value is (85,105,13). Sum of RGB (Red+Green+Blue) = 85+105+13=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 105 (41.41% from 255 or 51.72% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 105 - color contains mainly: green. Hex color #55690D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55690D is #AA96F2. Grayscale: #585858. Windows color (decimal): -11179763 or 878933. OLE color: 878933.
HSL color Cylindrical-coordinate representation of color #55690D: hue angle of 73.04º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #55690D is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 105 | 13 | - |
| CMYK | 0.19 | 0 | 0.88 | 0.59 |
| HSL | 73.04º | 0.78% | 0.23% | - |
| HSV(B) | 73.04º | 0.88% | 0.41% | - |
| XYZ | 8.87 | 12.06 | 2.24 | - |
| YUV | 88.53 | 85.37 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 105 | 13 | 0.19 | 0 | 0.88 | 0.59 | 73.04 | 0.78 | 0.23 |
| Hex | 55 | 69 | D | 13 | 0 | 58 | 3B | 49 | 4E | 17 |
| Octal | 125 | 151 | 15 | 23 | 0 | 130 | 73 | 111 | 116 | 27 |
| Binary | 1010101 | 1101001 | 1101 | 10011 | 0 | 1011000 | 111011 | 1001001 | 1001110 | 10111 |
Color Harmonies of #55690D
Complementary color
Monochromatic Colors of #55690D
Black with #55690D
Text Example
Text Example
White with #55690D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55690D; }
p { color: rgb(85,105,13); }
H1.HeaderClassName
{
color: #55690D;
}
.AnyTagClassName
{
color: #55690D;
}
</style>
background-color css
<style>
a { background-color: #55690D; }
a { background-color: rgb(85,105,13); }
div.DivClassName
{
background-color: #55690D;
}
.BgClassName
{
background-color: #55690D;
}
</style>
border-color css
<style>
span { border-color: #55690D; }
span { border-color: rgb(85,105,13); }
td.TdClassName
{
border-color: #55690D;
}
.TagClassName
{
border-color: #55690D;
}
</style>