Shades of Fiji Green #5F6726
Tints of Fiji Green #5F6726
RGB
CMYK
RGB Variations
Color information
#5F6726 (or 0x5F6726) is known color: Fiji Green. HEX triplet: 5F, 67 and 26. RGB value is (95,103,38). Sum of RGB (Red+Green+Blue) = 95+103+38=236 (31% of max value = 765). Red value is 95 (37.5% from 255 or 40.25% from 236); Green value is 103 (40.62% from 255 or 43.64% from 236); Blue value is 38 (15.23% from 255 or 16.10% from 236); Max value from RGB is 103 - color contains mainly: green. Hex color #5F6726 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6726 is #A098D9. Grayscale: #5D5D5D. Windows color (decimal): -10524890 or 2516831. OLE color: 2516831.
HSL color Cylindrical-coordinate representation of color #5F6726: hue angle of 67.38º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5F6726 is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 95 | 103 | 38 | - |
| CMYK | 0.08 | 0 | 0.63 | 0.60 |
| HSL | 67.38º | 0.46% | 0.28% | - |
| HSV(B) | 67.38º | 0.63% | 0.4% | - |
| XYZ | 9.92 | 12.27 | 3.68 | - |
| YUV | 93.2 | 96.85 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 103 | 38 | 0.08 | 0 | 0.63 | 0.60 | 67.38 | 0.46 | 0.28 |
| Hex | 5F | 67 | 26 | 8 | 0 | 3F | 3C | 43 | 2E | 1C |
| Octal | 137 | 147 | 46 | 10 | 0 | 77 | 74 | 103 | 56 | 34 |
| Binary | 1011111 | 1100111 | 100110 | 1000 | 0 | 111111 | 111100 | 1000011 | 101110 | 11100 |
Color Harmonies of #5F6726
Complementary color
Monochromatic Colors of #5F6726
Black with #5F6726
Text Example
Text Example
White with #5F6726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6726; }
p { color: rgb(95,103,38); }
H1.HeaderClassName
{
color: #5F6726;
}
.AnyTagClassName
{
color: #5F6726;
}
</style>
background-color css
<style>
a { background-color: #5F6726; }
a { background-color: rgb(95,103,38); }
div.DivClassName
{
background-color: #5F6726;
}
.BgClassName
{
background-color: #5F6726;
}
</style>
border-color css
<style>
span { border-color: #5F6726; }
span { border-color: rgb(95,103,38); }
td.TdClassName
{
border-color: #5F6726;
}
.TagClassName
{
border-color: #5F6726;
}
</style>