Shades of Fiji Green #5F6E26
Tints of Fiji Green #5F6E26
RGB
CMYK
RGB Variations
Color information
#5F6E26 (or 0x5F6E26) is known color: Fiji Green. HEX triplet: 5F, 6E and 26. RGB value is (95,110,38). Sum of RGB (Red+Green+Blue) = 95+110+38=243 (32% of max value = 765). Red value is 95 (37.5% from 255 or 39.09% from 243); Green value is 110 (43.36% from 255 or 45.27% from 243); Blue value is 38 (15.23% from 255 or 15.64% from 243); Max value from RGB is 110 - color contains mainly: green. Hex color #5F6E26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6E26 is #A091D9. Grayscale: #616161. Windows color (decimal): -10523098 or 2518623. OLE color: 2518623.
HSL color Cylindrical-coordinate representation of color #5F6E26: hue angle of 72.5º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5F6E26 is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 95 | 110 | 38 | - |
| CMYK | 0.14 | 0 | 0.65 | 0.57 |
| HSL | 72.5º | 0.49% | 0.29% | - |
| HSV(B) | 72.5º | 0.65% | 0.43% | - |
| XYZ | 10.65 | 13.72 | 3.92 | - |
| YUV | 97.31 | 94.53 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 110 | 38 | 0.14 | 0 | 0.65 | 0.57 | 72.5 | 0.49 | 0.29 |
| Hex | 5F | 6E | 26 | E | 0 | 41 | 39 | 48 | 31 | 1D |
| Octal | 137 | 156 | 46 | 16 | 0 | 101 | 71 | 110 | 61 | 35 |
| Binary | 1011111 | 1101110 | 100110 | 1110 | 0 | 1000001 | 111001 | 1001000 | 110001 | 11101 |
Color Harmonies of #5F6E26
Complementary color
Monochromatic Colors of #5F6E26
Black with #5F6E26
Text Example
Text Example
White with #5F6E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6E26; }
p { color: rgb(95,110,38); }
H1.HeaderClassName
{
color: #5F6E26;
}
.AnyTagClassName
{
color: #5F6E26;
}
</style>
background-color css
<style>
a { background-color: #5F6E26; }
a { background-color: rgb(95,110,38); }
div.DivClassName
{
background-color: #5F6E26;
}
.BgClassName
{
background-color: #5F6E26;
}
</style>
border-color css
<style>
span { border-color: #5F6E26; }
span { border-color: rgb(95,110,38); }
td.TdClassName
{
border-color: #5F6E26;
}
.TagClassName
{
border-color: #5F6E26;
}
</style>