Shades of Fiji Green #5C620B
Tints of Fiji Green #5C620B
RGB
CMYK
RGB Variations
Color information
#5C620B (or 0x5C620B) is known color: Fiji Green. HEX triplet: 5C, 62 and 0B. RGB value is (92,98,11). Sum of RGB (Red+Green+Blue) = 92+98+11=201 (26% of max value = 765). Red value is 92 (36.33% from 255 or 45.77% from 201); Green value is 98 (38.67% from 255 or 48.76% from 201); Blue value is 11 (4.69% from 255 or 5.47% from 201); Max value from RGB is 98 - color contains mainly: green. Hex color #5C620B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C620B is #A39DF4. Grayscale: #565656. Windows color (decimal): -10722805 or 746076. OLE color: 746076.
HSL color Cylindrical-coordinate representation of color #5C620B: hue angle of 64.14º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5C620B is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 92 | 98 | 11 | - |
| CMYK | 0.06 | 0 | 0.89 | 0.62 |
| HSL | 64.14º | 0.8% | 0.21% | - |
| HSV(B) | 64.14º | 0.89% | 0.38% | - |
| XYZ | 8.84 | 11.03 | 1.98 | - |
| YUV | 86.29 | 85.51 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 98 | 11 | 0.06 | 0 | 0.89 | 0.62 | 64.14 | 0.8 | 0.21 |
| Hex | 5C | 62 | B | 6 | 0 | 59 | 3E | 40 | 50 | 15 |
| Octal | 134 | 142 | 13 | 6 | 0 | 131 | 76 | 100 | 120 | 25 |
| Binary | 1011100 | 1100010 | 1011 | 110 | 0 | 1011001 | 111110 | 1000000 | 1010000 | 10101 |
Color Harmonies of #5C620B
Complementary color
Monochromatic Colors of #5C620B
Black with #5C620B
Text Example
Text Example
White with #5C620B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C620B; }
p { color: rgb(92,98,11); }
H1.HeaderClassName
{
color: #5C620B;
}
.AnyTagClassName
{
color: #5C620B;
}
</style>
background-color css
<style>
a { background-color: #5C620B; }
a { background-color: rgb(92,98,11); }
div.DivClassName
{
background-color: #5C620B;
}
.BgClassName
{
background-color: #5C620B;
}
</style>
border-color css
<style>
span { border-color: #5C620B; }
span { border-color: rgb(92,98,11); }
td.TdClassName
{
border-color: #5C620B;
}
.TagClassName
{
border-color: #5C620B;
}
</style>