Shades of Fiji Green #5C620D
Tints of Fiji Green #5C620D
RGB
CMYK
RGB Variations
Color information
#5C620D (or 0x5C620D) is known color: Fiji Green. HEX triplet: 5C, 62 and 0D. RGB value is (92,98,13). Sum of RGB (Red+Green+Blue) = 92+98+13=203 (26% of max value = 765). Red value is 92 (36.33% from 255 or 45.32% from 203); Green value is 98 (38.67% from 255 or 48.28% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 98 - color contains mainly: green. Hex color #5C620D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C620D is #A39DF2. Grayscale: #565656. Windows color (decimal): -10722803 or 877148. OLE color: 877148.
HSL color Cylindrical-coordinate representation of color #5C620D: hue angle of 64.24º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5C620D is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 92 | 98 | 13 | - |
| CMYK | 0.06 | 0 | 0.87 | 0.62 |
| HSL | 64.24º | 0.77% | 0.22% | - |
| HSV(B) | 64.24º | 0.87% | 0.38% | - |
| XYZ | 8.85 | 11.04 | 2.04 | - |
| YUV | 86.52 | 86.51 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 98 | 13 | 0.06 | 0 | 0.87 | 0.62 | 64.24 | 0.77 | 0.22 |
| Hex | 5C | 62 | D | 6 | 0 | 57 | 3E | 40 | 4D | 16 |
| Octal | 134 | 142 | 15 | 6 | 0 | 127 | 76 | 100 | 115 | 26 |
| Binary | 1011100 | 1100010 | 1101 | 110 | 0 | 1010111 | 111110 | 1000000 | 1001101 | 10110 |
Color Harmonies of #5C620D
Complementary color
Monochromatic Colors of #5C620D
Black with #5C620D
Text Example
Text Example
White with #5C620D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C620D; }
p { color: rgb(92,98,13); }
H1.HeaderClassName
{
color: #5C620D;
}
.AnyTagClassName
{
color: #5C620D;
}
</style>
background-color css
<style>
a { background-color: #5C620D; }
a { background-color: rgb(92,98,13); }
div.DivClassName
{
background-color: #5C620D;
}
.BgClassName
{
background-color: #5C620D;
}
</style>
border-color css
<style>
span { border-color: #5C620D; }
span { border-color: rgb(92,98,13); }
td.TdClassName
{
border-color: #5C620D;
}
.TagClassName
{
border-color: #5C620D;
}
</style>