Shades of Fiji Green #5C7022
Tints of Fiji Green #5C7022
RGB
CMYK
RGB Variations
Color information
#5C7022 (or 0x5C7022) is known color: Fiji Green. HEX triplet: 5C, 70 and 22. RGB value is (92,112,34). Sum of RGB (Red+Green+Blue) = 92+112+34=238 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.66% from 238); Green value is 112 (44.14% from 255 or 47.06% from 238); Blue value is 34 (13.67% from 255 or 14.29% from 238); Max value from RGB is 112 - color contains mainly: green. Hex color #5C7022 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7022 is #A38FDD. Grayscale: #616161. Windows color (decimal): -10719198 or 2256988. OLE color: 2256988.
HSL color Cylindrical-coordinate representation of color #5C7022: hue angle of 75.38º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5C7022 is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 92 | 112 | 34 | - |
| CMYK | 0.18 | 0 | 0.70 | 0.56 |
| HSL | 75.38º | 0.53% | 0.29% | - |
| HSV(B) | 75.38º | 0.7% | 0.44% | - |
| XYZ | 10.5 | 13.98 | 3.66 | - |
| YUV | 97.13 | 92.37 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 112 | 34 | 0.18 | 0 | 0.70 | 0.56 | 75.38 | 0.53 | 0.29 |
| Hex | 5C | 70 | 22 | 12 | 0 | 46 | 38 | 4B | 35 | 1D |
| Octal | 134 | 160 | 42 | 22 | 0 | 106 | 70 | 113 | 65 | 35 |
| Binary | 1011100 | 1110000 | 100010 | 10010 | 0 | 1000110 | 111000 | 1001011 | 110101 | 11101 |
Color Harmonies of #5C7022
Complementary color
Monochromatic Colors of #5C7022
Black with #5C7022
Text Example
Text Example
White with #5C7022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7022; }
p { color: rgb(92,112,34); }
H1.HeaderClassName
{
color: #5C7022;
}
.AnyTagClassName
{
color: #5C7022;
}
</style>
background-color css
<style>
a { background-color: #5C7022; }
a { background-color: rgb(92,112,34); }
div.DivClassName
{
background-color: #5C7022;
}
.BgClassName
{
background-color: #5C7022;
}
</style>
border-color css
<style>
span { border-color: #5C7022; }
span { border-color: rgb(92,112,34); }
td.TdClassName
{
border-color: #5C7022;
}
.TagClassName
{
border-color: #5C7022;
}
</style>