Shades of Fiji Green #5C7301
Tints of Fiji Green #5C7301
RGB
CMYK
RGB Variations
Color information
#5C7301 (or 0x5C7301) is known color: Fiji Green. HEX triplet: 5C, 73 and 01. RGB value is (92,115,1). Sum of RGB (Red+Green+Blue) = 92+115+1=208 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.23% from 208); Green value is 115 (45.31% from 255 or 55.29% from 208); Blue value is 1 (0.78% from 255 or 0.48% from 208); Max value from RGB is 115 - color contains mainly: green. Hex color #5C7301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C7301 is #A38CFE. Grayscale: #5F5F5F. Windows color (decimal): -10718463 or 95068. OLE color: 95068.
HSL color Cylindrical-coordinate representation of color #5C7301: hue angle of 72.11º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5C7301 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 92 | 115 | 1 | - |
| CMYK | 0.20 | 0 | 0.99 | 0.55 |
| HSL | 72.11º | 0.98% | 0.23% | - |
| HSV(B) | 72.11º | 0.99% | 0.45% | - |
| XYZ | 10.55 | 14.54 | 2.28 | - |
| YUV | 95.13 | 74.88 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 115 | 1 | 0.20 | 0 | 0.99 | 0.55 | 72.11 | 0.98 | 0.23 |
| Hex | 5C | 73 | 1 | 14 | 0 | 63 | 37 | 48 | 62 | 17 |
| Octal | 134 | 163 | 1 | 24 | 0 | 143 | 67 | 110 | 142 | 27 |
| Binary | 1011100 | 1110011 | 1 | 10100 | 0 | 1100011 | 110111 | 1001000 | 1100010 | 10111 |
Color Harmonies of #5C7301
Complementary color
Monochromatic Colors of #5C7301
Black with #5C7301
Text Example
Text Example
White with #5C7301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7301; }
p { color: rgb(92,115,1); }
H1.HeaderClassName
{
color: #5C7301;
}
.AnyTagClassName
{
color: #5C7301;
}
</style>
background-color css
<style>
a { background-color: #5C7301; }
a { background-color: rgb(92,115,1); }
div.DivClassName
{
background-color: #5C7301;
}
.BgClassName
{
background-color: #5C7301;
}
</style>
border-color css
<style>
span { border-color: #5C7301; }
span { border-color: rgb(92,115,1); }
td.TdClassName
{
border-color: #5C7301;
}
.TagClassName
{
border-color: #5C7301;
}
</style>