Shades of Fiji Green #5C6314
Tints of Fiji Green #5C6314
RGB
CMYK
RGB Variations
Color information
#5C6314 (or 0x5C6314) is known color: Fiji Green. HEX triplet: 5C, 63 and 14. RGB value is (92,99,20). Sum of RGB (Red+Green+Blue) = 92+99+20=211 (27% of max value = 765). Red value is 92 (36.33% from 255 or 43.60% from 211); Green value is 99 (39.06% from 255 or 46.92% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 99 - color contains mainly: green. Hex color #5C6314 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C6314 is #A39CEB. Grayscale: #585858. Windows color (decimal): -10722540 or 1336156. OLE color: 1336156.
HSL color Cylindrical-coordinate representation of color #5C6314: hue angle of 65.32º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5C6314 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 92 | 99 | 20 | - |
| CMYK | 0.07 | 0 | 0.80 | 0.61 |
| HSL | 65.32º | 0.66% | 0.23% | - |
| HSV(B) | 65.32º | 0.8% | 0.39% | - |
| XYZ | 9 | 11.25 | 2.36 | - |
| YUV | 87.9 | 89.68 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 99 | 20 | 0.07 | 0 | 0.80 | 0.61 | 65.32 | 0.66 | 0.23 |
| Hex | 5C | 63 | 14 | 7 | 0 | 50 | 3D | 41 | 42 | 17 |
| Octal | 134 | 143 | 24 | 7 | 0 | 120 | 75 | 101 | 102 | 27 |
| Binary | 1011100 | 1100011 | 10100 | 111 | 0 | 1010000 | 111101 | 1000001 | 1000010 | 10111 |
Color Harmonies of #5C6314
Complementary color
Monochromatic Colors of #5C6314
Black with #5C6314
Text Example
Text Example
White with #5C6314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6314; }
p { color: rgb(92,99,20); }
H1.HeaderClassName
{
color: #5C6314;
}
.AnyTagClassName
{
color: #5C6314;
}
</style>
background-color css
<style>
a { background-color: #5C6314; }
a { background-color: rgb(92,99,20); }
div.DivClassName
{
background-color: #5C6314;
}
.BgClassName
{
background-color: #5C6314;
}
</style>
border-color css
<style>
span { border-color: #5C6314; }
span { border-color: rgb(92,99,20); }
td.TdClassName
{
border-color: #5C6314;
}
.TagClassName
{
border-color: #5C6314;
}
</style>