Shades of Fiji Green #5C7602
Tints of Fiji Green #5C7602
RGB
CMYK
RGB Variations
Color information
#5C7602 (or 0x5C7602) is known color: Fiji Green. HEX triplet: 5C, 76 and 02. RGB value is (92,118,2). Sum of RGB (Red+Green+Blue) = 92+118+2=212 (28% of max value = 765). Red value is 92 (36.33% from 255 or 43.40% from 212); Green value is 118 (46.48% from 255 or 55.66% from 212); Blue value is 2 (1.17% from 255 or 0.94% from 212); Max value from RGB is 118 - color contains mainly: green. Hex color #5C7602 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C7602 is #A389FD. Grayscale: #616161. Windows color (decimal): -10717694 or 161372. OLE color: 161372.
HSL color Cylindrical-coordinate representation of color #5C7602: hue angle of 73.45º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5C7602 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 92 | 118 | 2 | - |
| CMYK | 0.22 | 0 | 0.98 | 0.54 |
| HSL | 73.45º | 0.97% | 0.24% | - |
| HSV(B) | 73.45º | 0.98% | 0.46% | - |
| XYZ | 10.9 | 15.24 | 2.42 | - |
| YUV | 97 | 74.39 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 118 | 2 | 0.22 | 0 | 0.98 | 0.54 | 73.45 | 0.97 | 0.24 |
| Hex | 5C | 76 | 2 | 16 | 0 | 62 | 36 | 49 | 61 | 18 |
| Octal | 134 | 166 | 2 | 26 | 0 | 142 | 66 | 111 | 141 | 30 |
| Binary | 1011100 | 1110110 | 10 | 10110 | 0 | 1100010 | 110110 | 1001001 | 1100001 | 11000 |
Color Harmonies of #5C7602
Complementary color
Monochromatic Colors of #5C7602
Black with #5C7602
Text Example
Text Example
White with #5C7602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7602; }
p { color: rgb(92,118,2); }
H1.HeaderClassName
{
color: #5C7602;
}
.AnyTagClassName
{
color: #5C7602;
}
</style>
background-color css
<style>
a { background-color: #5C7602; }
a { background-color: rgb(92,118,2); }
div.DivClassName
{
background-color: #5C7602;
}
.BgClassName
{
background-color: #5C7602;
}
</style>
border-color css
<style>
span { border-color: #5C7602; }
span { border-color: rgb(92,118,2); }
td.TdClassName
{
border-color: #5C7602;
}
.TagClassName
{
border-color: #5C7602;
}
</style>