Shades of Fiji Green #5C7002
Tints of Fiji Green #5C7002
RGB
CMYK
RGB Variations
Color information
#5C7002 (or 0x5C7002) is known color: Fiji Green. HEX triplet: 5C, 70 and 02. RGB value is (92,112,2). Sum of RGB (Red+Green+Blue) = 92+112+2=206 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.66% from 206); Green value is 112 (44.14% from 255 or 54.37% from 206); Blue value is 2 (1.17% from 255 or 0.97% from 206); Max value from RGB is 112 - color contains mainly: green. Hex color #5C7002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C7002 is #A38FFD. Grayscale: #5D5D5D. Windows color (decimal): -10719230 or 159836. OLE color: 159836.
HSL color Cylindrical-coordinate representation of color #5C7002: hue angle of 70.91º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5C7002 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 92 | 112 | 2 | - |
| CMYK | 0.18 | 0 | 0.98 | 0.56 |
| HSL | 70.91º | 0.96% | 0.22% | - |
| HSV(B) | 70.91º | 0.98% | 0.44% | - |
| XYZ | 10.22 | 13.87 | 2.2 | - |
| YUV | 93.48 | 76.37 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 112 | 2 | 0.18 | 0 | 0.98 | 0.56 | 70.91 | 0.96 | 0.22 |
| Hex | 5C | 70 | 2 | 12 | 0 | 62 | 38 | 47 | 60 | 16 |
| Octal | 134 | 160 | 2 | 22 | 0 | 142 | 70 | 107 | 140 | 26 |
| Binary | 1011100 | 1110000 | 10 | 10010 | 0 | 1100010 | 111000 | 1000111 | 1100000 | 10110 |
Color Harmonies of #5C7002
Complementary color
Monochromatic Colors of #5C7002
Black with #5C7002
Text Example
Text Example
White with #5C7002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7002; }
p { color: rgb(92,112,2); }
H1.HeaderClassName
{
color: #5C7002;
}
.AnyTagClassName
{
color: #5C7002;
}
</style>
background-color css
<style>
a { background-color: #5C7002; }
a { background-color: rgb(92,112,2); }
div.DivClassName
{
background-color: #5C7002;
}
.BgClassName
{
background-color: #5C7002;
}
</style>
border-color css
<style>
span { border-color: #5C7002; }
span { border-color: rgb(92,112,2); }
td.TdClassName
{
border-color: #5C7002;
}
.TagClassName
{
border-color: #5C7002;
}
</style>