Shades of Fiji Green #5C6926
Tints of Fiji Green #5C6926
RGB
CMYK
RGB Variations
Color information
#5C6926 (or 0x5C6926) is known color: Fiji Green. HEX triplet: 5C, 69 and 26. RGB value is (92,105,38). Sum of RGB (Red+Green+Blue) = 92+105+38=235 (31% of max value = 765). Red value is 92 (36.33% from 255 or 39.15% from 235); Green value is 105 (41.41% from 255 or 44.68% from 235); Blue value is 38 (15.23% from 255 or 16.17% from 235); Max value from RGB is 105 - color contains mainly: green. Hex color #5C6926 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6926 is #A396D9. Grayscale: #5D5D5D. Windows color (decimal): -10720986 or 2517340. OLE color: 2517340.
HSL color Cylindrical-coordinate representation of color #5C6926: hue angle of 71.64º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5C6926 is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 92 | 105 | 38 | - |
| CMYK | 0.12 | 0 | 0.64 | 0.59 |
| HSL | 71.64º | 0.47% | 0.28% | - |
| HSV(B) | 71.64º | 0.64% | 0.41% | - |
| XYZ | 9.82 | 12.52 | 3.73 | - |
| YUV | 93.48 | 96.69 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 105 | 38 | 0.12 | 0 | 0.64 | 0.59 | 71.64 | 0.47 | 0.28 |
| Hex | 5C | 69 | 26 | C | 0 | 40 | 3B | 48 | 2F | 1C |
| Octal | 134 | 151 | 46 | 14 | 0 | 100 | 73 | 110 | 57 | 34 |
| Binary | 1011100 | 1101001 | 100110 | 1100 | 0 | 1000000 | 111011 | 1001000 | 101111 | 11100 |
Color Harmonies of #5C6926
Complementary color
Monochromatic Colors of #5C6926
Black with #5C6926
Text Example
Text Example
White with #5C6926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6926; }
p { color: rgb(92,105,38); }
H1.HeaderClassName
{
color: #5C6926;
}
.AnyTagClassName
{
color: #5C6926;
}
</style>
background-color css
<style>
a { background-color: #5C6926; }
a { background-color: rgb(92,105,38); }
div.DivClassName
{
background-color: #5C6926;
}
.BgClassName
{
background-color: #5C6926;
}
</style>
border-color css
<style>
span { border-color: #5C6926; }
span { border-color: rgb(92,105,38); }
td.TdClassName
{
border-color: #5C6926;
}
.TagClassName
{
border-color: #5C6926;
}
</style>