Shades of Fiji Green #5C6502
Tints of Fiji Green #5C6502
RGB
CMYK
RGB Variations
Color information
#5C6502 (or 0x5C6502) is known color: Fiji Green. HEX triplet: 5C, 65 and 02. RGB value is (92,101,2). Sum of RGB (Red+Green+Blue) = 92+101+2=195 (25% of max value = 765). Red value is 92 (36.33% from 255 or 47.18% from 195); Green value is 101 (39.84% from 255 or 51.79% from 195); Blue value is 2 (1.17% from 255 or 1.03% from 195); Max value from RGB is 101 - color contains mainly: green. Hex color #5C6502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C6502 is #A39AFD. Grayscale: #575757. Windows color (decimal): -10722046 or 157020. OLE color: 157020.
HSL color Cylindrical-coordinate representation of color #5C6502: hue angle of 65.45º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5C6502 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 92 | 101 | 2 | - |
| CMYK | 0.09 | 0 | 0.98 | 0.60 |
| HSL | 65.45º | 0.96% | 0.2% | - |
| HSV(B) | 65.45º | 0.98% | 0.4% | - |
| XYZ | 9.08 | 11.59 | 1.82 | - |
| YUV | 87.02 | 80.02 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 101 | 2 | 0.09 | 0 | 0.98 | 0.60 | 65.45 | 0.96 | 0.2 |
| Hex | 5C | 65 | 2 | 9 | 0 | 62 | 3C | 41 | 60 | 14 |
| Octal | 134 | 145 | 2 | 11 | 0 | 142 | 74 | 101 | 140 | 24 |
| Binary | 1011100 | 1100101 | 10 | 1001 | 0 | 1100010 | 111100 | 1000001 | 1100000 | 10100 |
Color Harmonies of #5C6502
Complementary color
Monochromatic Colors of #5C6502
Black with #5C6502
Text Example
Text Example
White with #5C6502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6502; }
p { color: rgb(92,101,2); }
H1.HeaderClassName
{
color: #5C6502;
}
.AnyTagClassName
{
color: #5C6502;
}
</style>
background-color css
<style>
a { background-color: #5C6502; }
a { background-color: rgb(92,101,2); }
div.DivClassName
{
background-color: #5C6502;
}
.BgClassName
{
background-color: #5C6502;
}
</style>
border-color css
<style>
span { border-color: #5C6502; }
span { border-color: rgb(92,101,2); }
td.TdClassName
{
border-color: #5C6502;
}
.TagClassName
{
border-color: #5C6502;
}
</style>