Shades of Fiji Green #55661D
Tints of Fiji Green #55661D
RGB
CMYK
RGB Variations
Color information
#55661D (or 0x55661D) is known color: Fiji Green. HEX triplet: 55, 66 and 1D. RGB value is (85,102,29). Sum of RGB (Red+Green+Blue) = 85+102+29=216 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.35% from 216); Green value is 102 (40.23% from 255 or 47.22% from 216); Blue value is 29 (11.72% from 255 or 13.43% from 216); Max value from RGB is 102 - color contains mainly: green. Hex color #55661D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55661D is #AA99E2. Grayscale: #585858. Windows color (decimal): -11180515 or 1926741. OLE color: 1926741.
HSL color Cylindrical-coordinate representation of color #55661D: hue angle of 73.97º 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 #55661D is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 85 | 102 | 29 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.6 |
| HSL | 73.97º | 0.56% | 0.26% | - |
| HSV(B) | 73.97º | 0.72% | 0.4% | - |
| XYZ | 8.72 | 11.52 | 2.93 | - |
| YUV | 88.6 | 94.37 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 102 | 29 | 0.17 | 0 | 0.72 | 0.6 | 73.97 | 0.56 | 0.26 |
| Hex | 55 | 66 | 1D | 11 | 0 | 48 | 3C | 4A | 38 | 1A |
| Octal | 125 | 146 | 35 | 21 | 0 | 110 | 74 | 112 | 70 | 32 |
| Binary | 1010101 | 1100110 | 11101 | 10001 | 0 | 1001000 | 111100 | 1001010 | 111000 | 11010 |
Color Harmonies of #55661D
Complementary color
Monochromatic Colors of #55661D
Black with #55661D
Text Example
Text Example
White with #55661D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55661D; }
p { color: rgb(85,102,29); }
H1.HeaderClassName
{
color: #55661D;
}
.AnyTagClassName
{
color: #55661D;
}
</style>
background-color css
<style>
a { background-color: #55661D; }
a { background-color: rgb(85,102,29); }
div.DivClassName
{
background-color: #55661D;
}
.BgClassName
{
background-color: #55661D;
}
</style>
border-color css
<style>
span { border-color: #55661D; }
span { border-color: rgb(85,102,29); }
td.TdClassName
{
border-color: #55661D;
}
.TagClassName
{
border-color: #55661D;
}
</style>