Shades of Fiji Green #5C7001
Tints of Fiji Green #5C7001
RGB
CMYK
RGB Variations
Color information
#5C7001 (or 0x5C7001) is known color: Fiji Green. HEX triplet: 5C, 70 and 01. RGB value is (92,112,1). Sum of RGB (Red+Green+Blue) = 92+112+1=205 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.88% from 205); Green value is 112 (44.14% from 255 or 54.63% from 205); Blue value is 1 (0.78% from 255 or 0.49% from 205); Max value from RGB is 112 - color contains mainly: green. Hex color #5C7001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C7001 is #A38FFE. Grayscale: #5D5D5D. Windows color (decimal): -10719231 or 94300. OLE color: 94300.
HSL color Cylindrical-coordinate representation of color #5C7001: hue angle of 70.81º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5C7001 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 92 | 112 | 1 | - |
| CMYK | 0.18 | 0 | 0.99 | 0.56 |
| HSL | 70.81º | 0.98% | 0.22% | - |
| HSV(B) | 70.81º | 0.99% | 0.44% | - |
| XYZ | 10.21 | 13.87 | 2.17 | - |
| YUV | 93.37 | 75.87 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 112 | 1 | 0.18 | 0 | 0.99 | 0.56 | 70.81 | 0.98 | 0.22 |
| Hex | 5C | 70 | 1 | 12 | 0 | 63 | 38 | 47 | 62 | 16 |
| Octal | 134 | 160 | 1 | 22 | 0 | 143 | 70 | 107 | 142 | 26 |
| Binary | 1011100 | 1110000 | 1 | 10010 | 0 | 1100011 | 111000 | 1000111 | 1100010 | 10110 |
Color Harmonies of #5C7001
Complementary color
Monochromatic Colors of #5C7001
Black with #5C7001
Text Example
Text Example
White with #5C7001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7001; }
p { color: rgb(92,112,1); }
H1.HeaderClassName
{
color: #5C7001;
}
.AnyTagClassName
{
color: #5C7001;
}
</style>
background-color css
<style>
a { background-color: #5C7001; }
a { background-color: rgb(92,112,1); }
div.DivClassName
{
background-color: #5C7001;
}
.BgClassName
{
background-color: #5C7001;
}
</style>
border-color css
<style>
span { border-color: #5C7001; }
span { border-color: rgb(92,112,1); }
td.TdClassName
{
border-color: #5C7001;
}
.TagClassName
{
border-color: #5C7001;
}
</style>