Shades of Fiji Green #5C600F
Tints of Fiji Green #5C600F
RGB
CMYK
RGB Variations
Color information
#5C600F (or 0x5C600F) is known color: Fiji Green. HEX triplet: 5C, 60 and 0F. RGB value is (92,96,15). Sum of RGB (Red+Green+Blue) = 92+96+15=203 (26% of max value = 765). Red value is 92 (36.33% from 255 or 45.32% from 203); Green value is 96 (37.89% from 255 or 47.29% from 203); Blue value is 15 (6.25% from 255 or 7.39% from 203); Max value from RGB is 96 - color contains mainly: green. Hex color #5C600F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C600F is #A39FF0. Grayscale: #555555. Windows color (decimal): -10723313 or 1007708. OLE color: 1007708.
HSL color Cylindrical-coordinate representation of color #5C600F: hue angle of 62.96º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5C600F is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 92 | 96 | 15 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.62 |
| HSL | 62.96º | 0.73% | 0.22% | - |
| HSV(B) | 62.96º | 0.84% | 0.38% | - |
| XYZ | 8.68 | 10.68 | 2.05 | - |
| YUV | 85.57 | 88.17 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 96 | 15 | 0.04 | 0 | 0.84 | 0.62 | 62.96 | 0.73 | 0.22 |
| Hex | 5C | 60 | F | 4 | 0 | 54 | 3E | 3F | 49 | 16 |
| Octal | 134 | 140 | 17 | 4 | 0 | 124 | 76 | 77 | 111 | 26 |
| Binary | 1011100 | 1100000 | 1111 | 100 | 0 | 1010100 | 111110 | 111111 | 1001001 | 10110 |
Color Harmonies of #5C600F
Complementary color
Monochromatic Colors of #5C600F
Black with #5C600F
Text Example
Text Example
White with #5C600F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C600F; }
p { color: rgb(92,96,15); }
H1.HeaderClassName
{
color: #5C600F;
}
.AnyTagClassName
{
color: #5C600F;
}
</style>
background-color css
<style>
a { background-color: #5C600F; }
a { background-color: rgb(92,96,15); }
div.DivClassName
{
background-color: #5C600F;
}
.BgClassName
{
background-color: #5C600F;
}
</style>
border-color css
<style>
span { border-color: #5C600F; }
span { border-color: rgb(92,96,15); }
td.TdClassName
{
border-color: #5C600F;
}
.TagClassName
{
border-color: #5C600F;
}
</style>