Shades of Fiji Green #5F6600
Tints of Fiji Green #5F6600
RGB
CMYK
RGB Variations
Color information
#5F6600 (or 0x5F6600) is known color: Fiji Green. HEX triplet: 5F, 66 and 00. RGB value is (95,102,0). Sum of RGB (Red+Green+Blue) = 95+102+0=197 (26% of max value = 765). Red value is 95 (37.5% from 255 or 48.22% from 197); Green value is 102 (40.23% from 255 or 51.78% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 102 - color contains mainly: green. Hex color #5F6600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F6600 is #A099FF. Grayscale: #585858. Windows color (decimal): -10525184 or 26207. OLE color: 26207.
HSL color Cylindrical-coordinate representation of color #5F6600: hue angle of 64.12º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5F6600 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 95 | 102 | 0 | - |
| CMYK | 0.07 | 0 | 1 | 0.6 |
| HSL | 64.12º | 1% | 0.2% | - |
| HSV(B) | 64.12º | 1% | 0.4% | - |
| XYZ | 9.47 | 11.94 | 1.8 | - |
| YUV | 88.28 | 78.18 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 102 | 0 | 0.07 | 0 | 1 | 0.6 | 64.12 | 1 | 0.2 |
| Hex | 5F | 66 | 0 | 7 | 0 | 64 | 3C | 40 | 64 | 14 |
| Octal | 137 | 146 | 0 | 7 | 0 | 144 | 74 | 100 | 144 | 24 |
| Binary | 1011111 | 1100110 | 0 | 111 | 0 | 1100100 | 111100 | 1000000 | 1100100 | 10100 |
Color Harmonies of #5F6600
Complementary color
Monochromatic Colors of #5F6600
Black with #5F6600
Text Example
Text Example
White with #5F6600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6600; }
p { color: rgb(95,102,0); }
H1.HeaderClassName
{
color: #5F6600;
}
.AnyTagClassName
{
color: #5F6600;
}
</style>
background-color css
<style>
a { background-color: #5F6600; }
a { background-color: rgb(95,102,0); }
div.DivClassName
{
background-color: #5F6600;
}
.BgClassName
{
background-color: #5F6600;
}
</style>
border-color css
<style>
span { border-color: #5F6600; }
span { border-color: rgb(95,102,0); }
td.TdClassName
{
border-color: #5F6600;
}
.TagClassName
{
border-color: #5F6600;
}
</style>