Shades of Fiji Green #5C6E1F
Tints of Fiji Green #5C6E1F
RGB
CMYK
RGB Variations
Color information
#5C6E1F (or 0x5C6E1F) is known color: Fiji Green. HEX triplet: 5C, 6E and 1F. RGB value is (92,110,31). Sum of RGB (Red+Green+Blue) = 92+110+31=233 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.48% from 233); Green value is 110 (43.36% from 255 or 47.21% from 233); Blue value is 31 (12.5% from 255 or 13.30% from 233); Max value from RGB is 110 - color contains mainly: green. Hex color #5C6E1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6E1F is #A391E0. Grayscale: #5F5F5F. Windows color (decimal): -10719713 or 2059868. OLE color: 2059868.
HSL color Cylindrical-coordinate representation of color #5C6E1F: hue angle of 73.67º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5C6E1F is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 92 | 110 | 31 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.57 |
| HSL | 73.67º | 0.56% | 0.28% | - |
| HSV(B) | 73.67º | 0.72% | 0.43% | - |
| XYZ | 10.24 | 13.53 | 3.37 | - |
| YUV | 95.61 | 91.54 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 110 | 31 | 0.16 | 0 | 0.72 | 0.57 | 73.67 | 0.56 | 0.28 |
| Hex | 5C | 6E | 1F | 10 | 0 | 48 | 39 | 4A | 38 | 1C |
| Octal | 134 | 156 | 37 | 20 | 0 | 110 | 71 | 112 | 70 | 34 |
| Binary | 1011100 | 1101110 | 11111 | 10000 | 0 | 1001000 | 111001 | 1001010 | 111000 | 11100 |
Color Harmonies of #5C6E1F
Complementary color
Monochromatic Colors of #5C6E1F
Black with #5C6E1F
Text Example
Text Example
White with #5C6E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6E1F; }
p { color: rgb(92,110,31); }
H1.HeaderClassName
{
color: #5C6E1F;
}
.AnyTagClassName
{
color: #5C6E1F;
}
</style>
background-color css
<style>
a { background-color: #5C6E1F; }
a { background-color: rgb(92,110,31); }
div.DivClassName
{
background-color: #5C6E1F;
}
.BgClassName
{
background-color: #5C6E1F;
}
</style>
border-color css
<style>
span { border-color: #5C6E1F; }
span { border-color: rgb(92,110,31); }
td.TdClassName
{
border-color: #5C6E1F;
}
.TagClassName
{
border-color: #5C6E1F;
}
</style>