Shades of Fiji Green #5C6629
Tints of Fiji Green #5C6629
RGB
CMYK
RGB Variations
Color information
#5C6629 (or 0x5C6629) is known color: Fiji Green. HEX triplet: 5C, 66 and 29. RGB value is (92,102,41). Sum of RGB (Red+Green+Blue) = 92+102+41=235 (31% of max value = 765). Red value is 92 (36.33% from 255 or 39.15% from 235); Green value is 102 (40.23% from 255 or 43.40% from 235); Blue value is 41 (16.41% from 255 or 17.45% from 235); Max value from RGB is 102 - color contains mainly: green. Hex color #5C6629 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6629 is #A399D6. Grayscale: #5C5C5C. Windows color (decimal): -10721751 or 2713180. OLE color: 2713180.
HSL color Cylindrical-coordinate representation of color #5C6629: hue angle of 69.84º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5C6629 is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 92 | 102 | 41 | - |
| CMYK | 0.10 | 0 | 0.60 | 0.6 |
| HSL | 69.84º | 0.43% | 0.28% | - |
| HSV(B) | 69.84º | 0.6% | 0.4% | - |
| XYZ | 9.57 | 11.94 | 3.9 | - |
| YUV | 92.06 | 99.19 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 102 | 41 | 0.10 | 0 | 0.60 | 0.6 | 69.84 | 0.43 | 0.28 |
| Hex | 5C | 66 | 29 | A | 0 | 3C | 3C | 46 | 2B | 1C |
| Octal | 134 | 146 | 51 | 12 | 0 | 74 | 74 | 106 | 53 | 34 |
| Binary | 1011100 | 1100110 | 101001 | 1010 | 0 | 111100 | 111100 | 1000110 | 101011 | 11100 |
Color Harmonies of #5C6629
Complementary color
Monochromatic Colors of #5C6629
Black with #5C6629
Text Example
Text Example
White with #5C6629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6629; }
p { color: rgb(92,102,41); }
H1.HeaderClassName
{
color: #5C6629;
}
.AnyTagClassName
{
color: #5C6629;
}
</style>
background-color css
<style>
a { background-color: #5C6629; }
a { background-color: rgb(92,102,41); }
div.DivClassName
{
background-color: #5C6629;
}
.BgClassName
{
background-color: #5C6629;
}
</style>
border-color css
<style>
span { border-color: #5C6629; }
span { border-color: rgb(92,102,41); }
td.TdClassName
{
border-color: #5C6629;
}
.TagClassName
{
border-color: #5C6629;
}
</style>