Shades of Fiji Green #4F7502
Tints of Fiji Green #4F7502
RGB
CMYK
RGB Variations
Color information
#4F7502 (or 0x4F7502) is known color: Fiji Green. HEX triplet: 4F, 75 and 02. RGB value is (79,117,2). Sum of RGB (Red+Green+Blue) = 79+117+2=198 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.90% from 198); Green value is 117 (46.09% from 255 or 59.09% from 198); Blue value is 2 (1.17% from 255 or 1.01% from 198); Max value from RGB is 117 - color contains mainly: green. Hex color #4F7502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F7502 is #B08AFD. Grayscale: #5C5C5C. Windows color (decimal): -11569918 or 161103. OLE color: 161103.
HSL color Cylindrical-coordinate representation of color #4F7502: hue angle of 79.83º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4F7502 is Cyan = 0.32, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 79 | 117 | 2 | - |
| CMYK | 0.32 | 0 | 0.98 | 0.54 |
| HSL | 79.83º | 0.97% | 0.23% | - |
| HSV(B) | 79.83º | 0.98% | 0.46% | - |
| XYZ | 9.6 | 14.39 | 2.33 | - |
| YUV | 92.53 | 76.91 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 117 | 2 | 0.32 | 0 | 0.98 | 0.54 | 79.83 | 0.97 | 0.23 |
| Hex | 4F | 75 | 2 | 20 | 0 | 62 | 36 | 50 | 61 | 17 |
| Octal | 117 | 165 | 2 | 40 | 0 | 142 | 66 | 120 | 141 | 27 |
| Binary | 1001111 | 1110101 | 10 | 100000 | 0 | 1100010 | 110110 | 1010000 | 1100001 | 10111 |
Color Harmonies of #4F7502
Complementary color
Monochromatic Colors of #4F7502
Black with #4F7502
Text Example
Text Example
White with #4F7502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7502; }
p { color: rgb(79,117,2); }
H1.HeaderClassName
{
color: #4F7502;
}
.AnyTagClassName
{
color: #4F7502;
}
</style>
background-color css
<style>
a { background-color: #4F7502; }
a { background-color: rgb(79,117,2); }
div.DivClassName
{
background-color: #4F7502;
}
.BgClassName
{
background-color: #4F7502;
}
</style>
border-color css
<style>
span { border-color: #4F7502; }
span { border-color: rgb(79,117,2); }
td.TdClassName
{
border-color: #4F7502;
}
.TagClassName
{
border-color: #4F7502;
}
</style>