Shades of Fiji Green #5C6A1F
Tints of Fiji Green #5C6A1F
RGB
CMYK
RGB Variations
Color information
#5C6A1F (or 0x5C6A1F) is known color: Fiji Green. HEX triplet: 5C, 6A and 1F. RGB value is (92,106,31). Sum of RGB (Red+Green+Blue) = 92+106+31=229 (30% of max value = 765). Red value is 92 (36.33% from 255 or 40.17% from 229); Green value is 106 (41.80% from 255 or 46.29% from 229); Blue value is 31 (12.5% from 255 or 13.54% from 229); Max value from RGB is 106 - color contains mainly: green. Hex color #5C6A1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6A1F is #A395E0. Grayscale: #5D5D5D. Windows color (decimal): -10720737 or 2058844. OLE color: 2058844.
HSL color Cylindrical-coordinate representation of color #5C6A1F: hue angle of 71.2º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5C6A1F is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 92 | 106 | 31 | - |
| CMYK | 0.13 | 0 | 0.71 | 0.58 |
| HSL | 71.2º | 0.55% | 0.27% | - |
| HSV(B) | 71.2º | 0.71% | 0.42% | - |
| XYZ | 9.81 | 12.68 | 3.23 | - |
| YUV | 93.26 | 92.86 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 106 | 31 | 0.13 | 0 | 0.71 | 0.58 | 71.2 | 0.55 | 0.27 |
| Hex | 5C | 6A | 1F | D | 0 | 47 | 3A | 47 | 37 | 1B |
| Octal | 134 | 152 | 37 | 15 | 0 | 107 | 72 | 107 | 67 | 33 |
| Binary | 1011100 | 1101010 | 11111 | 1101 | 0 | 1000111 | 111010 | 1000111 | 110111 | 11011 |
Color Harmonies of #5C6A1F
Complementary color
Monochromatic Colors of #5C6A1F
Black with #5C6A1F
Text Example
Text Example
White with #5C6A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6A1F; }
p { color: rgb(92,106,31); }
H1.HeaderClassName
{
color: #5C6A1F;
}
.AnyTagClassName
{
color: #5C6A1F;
}
</style>
background-color css
<style>
a { background-color: #5C6A1F; }
a { background-color: rgb(92,106,31); }
div.DivClassName
{
background-color: #5C6A1F;
}
.BgClassName
{
background-color: #5C6A1F;
}
</style>
border-color css
<style>
span { border-color: #5C6A1F; }
span { border-color: rgb(92,106,31); }
td.TdClassName
{
border-color: #5C6A1F;
}
.TagClassName
{
border-color: #5C6A1F;
}
</style>