Shades of Fiji Green #5C630A
Tints of Fiji Green #5C630A
RGB
CMYK
RGB Variations
Color information
#5C630A (or 0x5C630A) is known color: Fiji Green. HEX triplet: 5C, 63 and 0A. RGB value is (92,99,10). Sum of RGB (Red+Green+Blue) = 92+99+10=201 (26% of max value = 765). Red value is 92 (36.33% from 255 or 45.77% from 201); Green value is 99 (39.06% from 255 or 49.25% from 201); Blue value is 10 (4.30% from 255 or 4.98% from 201); Max value from RGB is 99 - color contains mainly: green. Hex color #5C630A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C630A is #A39CF5. Grayscale: #575757. Windows color (decimal): -10722550 or 680796. OLE color: 680796.
HSL color Cylindrical-coordinate representation of color #5C630A: hue angle of 64.72º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5C630A is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 92 | 99 | 10 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.61 |
| HSL | 64.72º | 0.82% | 0.21% | - |
| HSV(B) | 64.72º | 0.9% | 0.39% | - |
| XYZ | 8.93 | 11.22 | 1.98 | - |
| YUV | 86.76 | 84.68 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 99 | 10 | 0.07 | 0 | 0.90 | 0.61 | 64.72 | 0.82 | 0.21 |
| Hex | 5C | 63 | A | 7 | 0 | 5A | 3D | 41 | 52 | 15 |
| Octal | 134 | 143 | 12 | 7 | 0 | 132 | 75 | 101 | 122 | 25 |
| Binary | 1011100 | 1100011 | 1010 | 111 | 0 | 1011010 | 111101 | 1000001 | 1010010 | 10101 |
Color Harmonies of #5C630A
Complementary color
Monochromatic Colors of #5C630A
Black with #5C630A
Text Example
Text Example
White with #5C630A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C630A; }
p { color: rgb(92,99,10); }
H1.HeaderClassName
{
color: #5C630A;
}
.AnyTagClassName
{
color: #5C630A;
}
</style>
background-color css
<style>
a { background-color: #5C630A; }
a { background-color: rgb(92,99,10); }
div.DivClassName
{
background-color: #5C630A;
}
.BgClassName
{
background-color: #5C630A;
}
</style>
border-color css
<style>
span { border-color: #5C630A; }
span { border-color: rgb(92,99,10); }
td.TdClassName
{
border-color: #5C630A;
}
.TagClassName
{
border-color: #5C630A;
}
</style>