Shades of Fiji Green #5C6604
Tints of Fiji Green #5C6604
RGB
CMYK
RGB Variations
Color information
#5C6604 (or 0x5C6604) is known color: Fiji Green. HEX triplet: 5C, 66 and 04. RGB value is (92,102,4). Sum of RGB (Red+Green+Blue) = 92+102+4=198 (26% of max value = 765). Red value is 92 (36.33% from 255 or 46.46% from 198); Green value is 102 (40.23% from 255 or 51.52% from 198); Blue value is 4 (1.95% from 255 or 2.02% from 198); Max value from RGB is 102 - color contains mainly: green. Hex color #5C6604 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C6604 is #A399FB. Grayscale: #585858. Windows color (decimal): -10721788 or 288348. OLE color: 288348.
HSL color Cylindrical-coordinate representation of color #5C6604: hue angle of 66.12º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5C6604 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 92 | 102 | 4 | - |
| CMYK | 0.10 | 0 | 0.96 | 0.6 |
| HSL | 66.12º | 0.92% | 0.21% | - |
| HSV(B) | 66.12º | 0.96% | 0.4% | - |
| XYZ | 9.19 | 11.79 | 1.91 | - |
| YUV | 87.84 | 80.69 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 102 | 4 | 0.10 | 0 | 0.96 | 0.6 | 66.12 | 0.92 | 0.21 |
| Hex | 5C | 66 | 4 | A | 0 | 60 | 3C | 42 | 5C | 15 |
| Octal | 134 | 146 | 4 | 12 | 0 | 140 | 74 | 102 | 134 | 25 |
| Binary | 1011100 | 1100110 | 100 | 1010 | 0 | 1100000 | 111100 | 1000010 | 1011100 | 10101 |
Color Harmonies of #5C6604
Complementary color
Monochromatic Colors of #5C6604
Black with #5C6604
Text Example
Text Example
White with #5C6604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6604; }
p { color: rgb(92,102,4); }
H1.HeaderClassName
{
color: #5C6604;
}
.AnyTagClassName
{
color: #5C6604;
}
</style>
background-color css
<style>
a { background-color: #5C6604; }
a { background-color: rgb(92,102,4); }
div.DivClassName
{
background-color: #5C6604;
}
.BgClassName
{
background-color: #5C6604;
}
</style>
border-color css
<style>
span { border-color: #5C6604; }
span { border-color: rgb(92,102,4); }
td.TdClassName
{
border-color: #5C6604;
}
.TagClassName
{
border-color: #5C6604;
}
</style>