Shades of Fiji Green #5C650C
Tints of Fiji Green #5C650C
RGB
CMYK
RGB Variations
Color information
#5C650C (or 0x5C650C) is known color: Fiji Green. HEX triplet: 5C, 65 and 0C. RGB value is (92,101,12). Sum of RGB (Red+Green+Blue) = 92+101+12=205 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.88% from 205); Green value is 101 (39.84% from 255 or 49.27% from 205); Blue value is 12 (5.08% from 255 or 5.85% from 205); Max value from RGB is 101 - color contains mainly: green. Hex color #5C650C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C650C is #A39AF3. Grayscale: #585858. Windows color (decimal): -10722036 or 812380. OLE color: 812380.
HSL color Cylindrical-coordinate representation of color #5C650C: hue angle of 66.07º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5C650C is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 92 | 101 | 12 | - |
| CMYK | 0.09 | 0 | 0.88 | 0.60 |
| HSL | 66.07º | 0.79% | 0.22% | - |
| HSV(B) | 66.07º | 0.88% | 0.4% | - |
| XYZ | 9.13 | 11.61 | 2.11 | - |
| YUV | 88.16 | 85.02 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 101 | 12 | 0.09 | 0 | 0.88 | 0.60 | 66.07 | 0.79 | 0.22 |
| Hex | 5C | 65 | C | 9 | 0 | 58 | 3C | 42 | 4F | 16 |
| Octal | 134 | 145 | 14 | 11 | 0 | 130 | 74 | 102 | 117 | 26 |
| Binary | 1011100 | 1100101 | 1100 | 1001 | 0 | 1011000 | 111100 | 1000010 | 1001111 | 10110 |
Color Harmonies of #5C650C
Complementary color
Monochromatic Colors of #5C650C
Black with #5C650C
Text Example
Text Example
White with #5C650C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C650C; }
p { color: rgb(92,101,12); }
H1.HeaderClassName
{
color: #5C650C;
}
.AnyTagClassName
{
color: #5C650C;
}
</style>
background-color css
<style>
a { background-color: #5C650C; }
a { background-color: rgb(92,101,12); }
div.DivClassName
{
background-color: #5C650C;
}
.BgClassName
{
background-color: #5C650C;
}
</style>
border-color css
<style>
span { border-color: #5C650C; }
span { border-color: rgb(92,101,12); }
td.TdClassName
{
border-color: #5C650C;
}
.TagClassName
{
border-color: #5C650C;
}
</style>