Shades of Fiji Green #5C6317
Tints of Fiji Green #5C6317
RGB
CMYK
RGB Variations
Color information
#5C6317 (or 0x5C6317) is known color: Fiji Green. HEX triplet: 5C, 63 and 17. RGB value is (92,99,23). Sum of RGB (Red+Green+Blue) = 92+99+23=214 (28% of max value = 765). Red value is 92 (36.33% from 255 or 42.99% from 214); Green value is 99 (39.06% from 255 or 46.26% from 214); Blue value is 23 (9.38% from 255 or 10.75% from 214); Max value from RGB is 99 - color contains mainly: green. Hex color #5C6317 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C6317 is #A39CE8. Grayscale: #585858. Windows color (decimal): -10722537 or 1532764. OLE color: 1532764.
HSL color Cylindrical-coordinate representation of color #5C6317: hue angle of 65.53º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5C6317 is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 92 | 99 | 23 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.61 |
| HSL | 65.53º | 0.62% | 0.24% | - |
| HSV(B) | 65.53º | 0.77% | 0.39% | - |
| XYZ | 9.03 | 11.26 | 2.51 | - |
| YUV | 88.24 | 91.18 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 99 | 23 | 0.07 | 0 | 0.77 | 0.61 | 65.53 | 0.62 | 0.24 |
| Hex | 5C | 63 | 17 | 7 | 0 | 4D | 3D | 42 | 3E | 18 |
| Octal | 134 | 143 | 27 | 7 | 0 | 115 | 75 | 102 | 76 | 30 |
| Binary | 1011100 | 1100011 | 10111 | 111 | 0 | 1001101 | 111101 | 1000010 | 111110 | 11000 |
Color Harmonies of #5C6317
Complementary color
Monochromatic Colors of #5C6317
Black with #5C6317
Text Example
Text Example
White with #5C6317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6317; }
p { color: rgb(92,99,23); }
H1.HeaderClassName
{
color: #5C6317;
}
.AnyTagClassName
{
color: #5C6317;
}
</style>
background-color css
<style>
a { background-color: #5C6317; }
a { background-color: rgb(92,99,23); }
div.DivClassName
{
background-color: #5C6317;
}
.BgClassName
{
background-color: #5C6317;
}
</style>
border-color css
<style>
span { border-color: #5C6317; }
span { border-color: rgb(92,99,23); }
td.TdClassName
{
border-color: #5C6317;
}
.TagClassName
{
border-color: #5C6317;
}
</style>