Shades of Fiji Green #5F7C03
Tints of Fiji Green #5F7C03
RGB
CMYK
RGB Variations
Color information
#5F7C03 (or 0x5F7C03) is known color: Fiji Green. HEX triplet: 5F, 7C and 03. RGB value is (95,124,3). Sum of RGB (Red+Green+Blue) = 95+124+3=222 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.79% from 222); Green value is 124 (48.83% from 255 or 55.86% from 222); Blue value is 3 (1.56% from 255 or 1.35% from 222); Max value from RGB is 124 - color contains mainly: green. Hex color #5F7C03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F7C03 is #A083FC. Grayscale: #656565. Windows color (decimal): -10519549 or 228447. OLE color: 228447.
HSL color Cylindrical-coordinate representation of color #5F7C03: hue angle of 74.38º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5F7C03 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 95 | 124 | 3 | - |
| CMYK | 0.23 | 0 | 0.98 | 0.51 |
| HSL | 74.38º | 0.95% | 0.25% | - |
| HSV(B) | 74.38º | 0.98% | 0.49% | - |
| XYZ | 11.94 | 16.85 | 2.71 | - |
| YUV | 101.54 | 72.39 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 124 | 3 | 0.23 | 0 | 0.98 | 0.51 | 74.38 | 0.95 | 0.25 |
| Hex | 5F | 7C | 3 | 17 | 0 | 62 | 33 | 4A | 5F | 19 |
| Octal | 137 | 174 | 3 | 27 | 0 | 142 | 63 | 112 | 137 | 31 |
| Binary | 1011111 | 1111100 | 11 | 10111 | 0 | 1100010 | 110011 | 1001010 | 1011111 | 11001 |
Color Harmonies of #5F7C03
Complementary color
Monochromatic Colors of #5F7C03
Black with #5F7C03
Text Example
Text Example
White with #5F7C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7C03; }
p { color: rgb(95,124,3); }
H1.HeaderClassName
{
color: #5F7C03;
}
.AnyTagClassName
{
color: #5F7C03;
}
</style>
background-color css
<style>
a { background-color: #5F7C03; }
a { background-color: rgb(95,124,3); }
div.DivClassName
{
background-color: #5F7C03;
}
.BgClassName
{
background-color: #5F7C03;
}
</style>
border-color css
<style>
span { border-color: #5F7C03; }
span { border-color: rgb(95,124,3); }
td.TdClassName
{
border-color: #5F7C03;
}
.TagClassName
{
border-color: #5F7C03;
}
</style>