Shades of Fiji Green #5C650A
Tints of Fiji Green #5C650A
RGB
CMYK
RGB Variations
Color information
#5C650A (or 0x5C650A) is known color: Fiji Green. HEX triplet: 5C, 65 and 0A. RGB value is (92,101,10). Sum of RGB (Red+Green+Blue) = 92+101+10=203 (26% of max value = 765). Red value is 92 (36.33% from 255 or 45.32% from 203); Green value is 101 (39.84% from 255 or 49.75% from 203); Blue value is 10 (4.30% from 255 or 4.93% from 203); Max value from RGB is 101 - color contains mainly: green. Hex color #5C650A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C650A is #A39AF5. Grayscale: #585858. Windows color (decimal): -10722038 or 681308. OLE color: 681308.
HSL color Cylindrical-coordinate representation of color #5C650A: hue angle of 65.93º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5C650A is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 92 | 101 | 10 | - |
| CMYK | 0.09 | 0 | 0.90 | 0.60 |
| HSL | 65.93º | 0.82% | 0.22% | - |
| HSV(B) | 65.93º | 0.9% | 0.4% | - |
| XYZ | 9.12 | 11.6 | 2.05 | - |
| YUV | 87.94 | 84.02 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 101 | 10 | 0.09 | 0 | 0.90 | 0.60 | 65.93 | 0.82 | 0.22 |
| Hex | 5C | 65 | A | 9 | 0 | 5A | 3C | 42 | 52 | 16 |
| Octal | 134 | 145 | 12 | 11 | 0 | 132 | 74 | 102 | 122 | 26 |
| Binary | 1011100 | 1100101 | 1010 | 1001 | 0 | 1011010 | 111100 | 1000010 | 1010010 | 10110 |
Color Harmonies of #5C650A
Complementary color
Monochromatic Colors of #5C650A
Black with #5C650A
Text Example
Text Example
White with #5C650A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C650A; }
p { color: rgb(92,101,10); }
H1.HeaderClassName
{
color: #5C650A;
}
.AnyTagClassName
{
color: #5C650A;
}
</style>
background-color css
<style>
a { background-color: #5C650A; }
a { background-color: rgb(92,101,10); }
div.DivClassName
{
background-color: #5C650A;
}
.BgClassName
{
background-color: #5C650A;
}
</style>
border-color css
<style>
span { border-color: #5C650A; }
span { border-color: rgb(92,101,10); }
td.TdClassName
{
border-color: #5C650A;
}
.TagClassName
{
border-color: #5C650A;
}
</style>