Shades of Fiji Green #5F6714
Tints of Fiji Green #5F6714
RGB
CMYK
RGB Variations
Color information
#5F6714 (or 0x5F6714) is known color: Fiji Green. HEX triplet: 5F, 67 and 14. RGB value is (95,103,20). Sum of RGB (Red+Green+Blue) = 95+103+20=218 (28% of max value = 765). Red value is 95 (37.5% from 255 or 43.58% from 218); Green value is 103 (40.62% from 255 or 47.25% from 218); Blue value is 20 (8.20% from 255 or 9.17% from 218); Max value from RGB is 103 - color contains mainly: green. Hex color #5F6714 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F6714 is #A098EB. Grayscale: #5B5B5B. Windows color (decimal): -10524908 or 1337183. OLE color: 1337183.
HSL color Cylindrical-coordinate representation of color #5F6714: hue angle of 65.78º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5F6714 is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 95 | 103 | 20 | - |
| CMYK | 0.08 | 0 | 0.81 | 0.60 |
| HSL | 65.78º | 0.67% | 0.24% | - |
| HSV(B) | 65.78º | 0.81% | 0.4% | - |
| XYZ | 9.7 | 12.18 | 2.5 | - |
| YUV | 91.15 | 87.85 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 103 | 20 | 0.08 | 0 | 0.81 | 0.60 | 65.78 | 0.67 | 0.24 |
| Hex | 5F | 67 | 14 | 8 | 0 | 51 | 3C | 42 | 43 | 18 |
| Octal | 137 | 147 | 24 | 10 | 0 | 121 | 74 | 102 | 103 | 30 |
| Binary | 1011111 | 1100111 | 10100 | 1000 | 0 | 1010001 | 111100 | 1000010 | 1000011 | 11000 |
Color Harmonies of #5F6714
Complementary color
Monochromatic Colors of #5F6714
Black with #5F6714
Text Example
Text Example
White with #5F6714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6714; }
p { color: rgb(95,103,20); }
H1.HeaderClassName
{
color: #5F6714;
}
.AnyTagClassName
{
color: #5F6714;
}
</style>
background-color css
<style>
a { background-color: #5F6714; }
a { background-color: rgb(95,103,20); }
div.DivClassName
{
background-color: #5F6714;
}
.BgClassName
{
background-color: #5F6714;
}
</style>
border-color css
<style>
span { border-color: #5F6714; }
span { border-color: rgb(95,103,20); }
td.TdClassName
{
border-color: #5F6714;
}
.TagClassName
{
border-color: #5F6714;
}
</style>