Shades of Fiji Green #5C711C
Tints of Fiji Green #5C711C
RGB
CMYK
RGB Variations
Color information
#5C711C (or 0x5C711C) is known color: Fiji Green. HEX triplet: 5C, 71 and 1C. RGB value is (92,113,28). Sum of RGB (Red+Green+Blue) = 92+113+28=233 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.48% from 233); Green value is 113 (44.53% from 255 or 48.50% from 233); Blue value is 28 (11.33% from 255 or 12.02% from 233); Max value from RGB is 113 - color contains mainly: green. Hex color #5C711C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C711C is #A38EE3. Grayscale: #616161. Windows color (decimal): -10718948 or 1864028. OLE color: 1864028.
HSL color Cylindrical-coordinate representation of color #5C711C: hue angle of 74.82º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5C711C is Cyan = 0.19, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 92 | 113 | 28 | - |
| CMYK | 0.19 | 0 | 0.75 | 0.56 |
| HSL | 74.82º | 0.6% | 0.28% | - |
| HSV(B) | 74.82º | 0.75% | 0.44% | - |
| XYZ | 10.53 | 14.17 | 3.28 | - |
| YUV | 97.03 | 89.04 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 113 | 28 | 0.19 | 0 | 0.75 | 0.56 | 74.82 | 0.6 | 0.28 |
| Hex | 5C | 71 | 1C | 13 | 0 | 4B | 38 | 4B | 3C | 1C |
| Octal | 134 | 161 | 34 | 23 | 0 | 113 | 70 | 113 | 74 | 34 |
| Binary | 1011100 | 1110001 | 11100 | 10011 | 0 | 1001011 | 111000 | 1001011 | 111100 | 11100 |
Color Harmonies of #5C711C
Complementary color
Monochromatic Colors of #5C711C
Black with #5C711C
Text Example
Text Example
White with #5C711C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C711C; }
p { color: rgb(92,113,28); }
H1.HeaderClassName
{
color: #5C711C;
}
.AnyTagClassName
{
color: #5C711C;
}
</style>
background-color css
<style>
a { background-color: #5C711C; }
a { background-color: rgb(92,113,28); }
div.DivClassName
{
background-color: #5C711C;
}
.BgClassName
{
background-color: #5C711C;
}
</style>
border-color css
<style>
span { border-color: #5C711C; }
span { border-color: rgb(92,113,28); }
td.TdClassName
{
border-color: #5C711C;
}
.TagClassName
{
border-color: #5C711C;
}
</style>