Shades of Fiji Green #55671D
Tints of Fiji Green #55671D
RGB
CMYK
RGB Variations
Color information
#55671D (or 0x55671D) is known color: Fiji Green. HEX triplet: 55, 67 and 1D. RGB value is (85,103,29). Sum of RGB (Red+Green+Blue) = 85+103+29=217 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.17% from 217); Green value is 103 (40.62% from 255 or 47.47% from 217); Blue value is 29 (11.72% from 255 or 13.36% from 217); Max value from RGB is 103 - color contains mainly: green. Hex color #55671D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55671D is #AA98E2. Grayscale: #595959. Windows color (decimal): -11180259 or 1926997. OLE color: 1926997.
HSL color Cylindrical-coordinate representation of color #55671D: hue angle of 74.59º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #55671D is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 103 | 29 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.60 |
| HSL | 74.59º | 0.56% | 0.26% | - |
| HSV(B) | 74.59º | 0.72% | 0.4% | - |
| XYZ | 8.82 | 11.72 | 2.96 | - |
| YUV | 89.18 | 94.04 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 103 | 29 | 0.17 | 0 | 0.72 | 0.60 | 74.59 | 0.56 | 0.26 |
| Hex | 55 | 67 | 1D | 11 | 0 | 48 | 3C | 4B | 38 | 1A |
| Octal | 125 | 147 | 35 | 21 | 0 | 110 | 74 | 113 | 70 | 32 |
| Binary | 1010101 | 1100111 | 11101 | 10001 | 0 | 1001000 | 111100 | 1001011 | 111000 | 11010 |
Color Harmonies of #55671D
Complementary color
Monochromatic Colors of #55671D
Black with #55671D
Text Example
Text Example
White with #55671D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55671D; }
p { color: rgb(85,103,29); }
H1.HeaderClassName
{
color: #55671D;
}
.AnyTagClassName
{
color: #55671D;
}
</style>
background-color css
<style>
a { background-color: #55671D; }
a { background-color: rgb(85,103,29); }
div.DivClassName
{
background-color: #55671D;
}
.BgClassName
{
background-color: #55671D;
}
</style>
border-color css
<style>
span { border-color: #55671D; }
span { border-color: rgb(85,103,29); }
td.TdClassName
{
border-color: #55671D;
}
.TagClassName
{
border-color: #55671D;
}
</style>