Shades of Fiji Green #5C6620
Tints of Fiji Green #5C6620
RGB
CMYK
RGB Variations
Color information
#5C6620 (or 0x5C6620) is known color: Fiji Green. HEX triplet: 5C, 66 and 20. RGB value is (92,102,32). Sum of RGB (Red+Green+Blue) = 92+102+32=226 (29% of max value = 765). Red value is 92 (36.33% from 255 or 40.71% from 226); Green value is 102 (40.23% from 255 or 45.13% from 226); Blue value is 32 (12.89% from 255 or 14.16% from 226); Max value from RGB is 102 - color contains mainly: green. Hex color #5C6620 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6620 is #A399DF. Grayscale: #5B5B5B. Windows color (decimal): -10721760 or 2123356. OLE color: 2123356.
HSL color Cylindrical-coordinate representation of color #5C6620: hue angle of 68.57º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5C6620 is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 92 | 102 | 32 | - |
| CMYK | 0.10 | 0 | 0.69 | 0.6 |
| HSL | 68.57º | 0.52% | 0.26% | - |
| HSV(B) | 68.57º | 0.69% | 0.4% | - |
| XYZ | 9.43 | 11.88 | 3.16 | - |
| YUV | 91.03 | 94.69 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 102 | 32 | 0.10 | 0 | 0.69 | 0.6 | 68.57 | 0.52 | 0.26 |
| Hex | 5C | 66 | 20 | A | 0 | 45 | 3C | 45 | 34 | 1A |
| Octal | 134 | 146 | 40 | 12 | 0 | 105 | 74 | 105 | 64 | 32 |
| Binary | 1011100 | 1100110 | 100000 | 1010 | 0 | 1000101 | 111100 | 1000101 | 110100 | 11010 |
Color Harmonies of #5C6620
Complementary color
Monochromatic Colors of #5C6620
Black with #5C6620
Text Example
Text Example
White with #5C6620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6620; }
p { color: rgb(92,102,32); }
H1.HeaderClassName
{
color: #5C6620;
}
.AnyTagClassName
{
color: #5C6620;
}
</style>
background-color css
<style>
a { background-color: #5C6620; }
a { background-color: rgb(92,102,32); }
div.DivClassName
{
background-color: #5C6620;
}
.BgClassName
{
background-color: #5C6620;
}
</style>
border-color css
<style>
span { border-color: #5C6620; }
span { border-color: rgb(92,102,32); }
td.TdClassName
{
border-color: #5C6620;
}
.TagClassName
{
border-color: #5C6620;
}
</style>