Shades of Fiji Green #5F621C
Tints of Fiji Green #5F621C
RGB
CMYK
RGB Variations
Color information
#5F621C (or 0x5F621C) is known color: Fiji Green. HEX triplet: 5F, 62 and 1C. RGB value is (95,98,28). Sum of RGB (Red+Green+Blue) = 95+98+28=221 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.99% from 221); Green value is 98 (38.67% from 255 or 44.34% from 221); Blue value is 28 (11.33% from 255 or 12.67% from 221); Max value from RGB is 98 - color contains mainly: green. Hex color #5F621C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F621C is #A09DE3. Grayscale: #595959. Windows color (decimal): -10526180 or 1860191. OLE color: 1860191.
HSL color Cylindrical-coordinate representation of color #5F621C: hue angle of 62.57º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5F621C is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 95 | 98 | 28 | - |
| CMYK | 0.03 | 0 | 0.71 | 0.62 |
| HSL | 62.57º | 0.56% | 0.25% | - |
| HSV(B) | 62.57º | 0.71% | 0.38% | - |
| XYZ | 9.3 | 11.25 | 2.78 | - |
| YUV | 89.12 | 93.51 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 98 | 28 | 0.03 | 0 | 0.71 | 0.62 | 62.57 | 0.56 | 0.25 |
| Hex | 5F | 62 | 1C | 3 | 0 | 47 | 3E | 3F | 38 | 19 |
| Octal | 137 | 142 | 34 | 3 | 0 | 107 | 76 | 77 | 70 | 31 |
| Binary | 1011111 | 1100010 | 11100 | 11 | 0 | 1000111 | 111110 | 111111 | 111000 | 11001 |
Color Harmonies of #5F621C
Complementary color
Monochromatic Colors of #5F621C
Black with #5F621C
Text Example
Text Example
White with #5F621C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F621C; }
p { color: rgb(95,98,28); }
H1.HeaderClassName
{
color: #5F621C;
}
.AnyTagClassName
{
color: #5F621C;
}
</style>
background-color css
<style>
a { background-color: #5F621C; }
a { background-color: rgb(95,98,28); }
div.DivClassName
{
background-color: #5F621C;
}
.BgClassName
{
background-color: #5F621C;
}
</style>
border-color css
<style>
span { border-color: #5F621C; }
span { border-color: rgb(95,98,28); }
td.TdClassName
{
border-color: #5F621C;
}
.TagClassName
{
border-color: #5F621C;
}
</style>