Shades of Fiji Green #5A600F
Tints of Fiji Green #5A600F
RGB
CMYK
RGB Variations
Color information
#5A600F (or 0x5A600F) is known color: Fiji Green. HEX triplet: 5A, 60 and 0F. RGB value is (90,96,15). Sum of RGB (Red+Green+Blue) = 90+96+15=201 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.78% from 201); Green value is 96 (37.89% from 255 or 47.76% from 201); Blue value is 15 (6.25% from 255 or 7.46% from 201); Max value from RGB is 96 - color contains mainly: green. Hex color #5A600F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A600F is #A59FF0. Grayscale: #555555. Windows color (decimal): -10854385 or 1007706. OLE color: 1007706.
HSL color Cylindrical-coordinate representation of color #5A600F: hue angle of 64.44º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A600F is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 96 | 15 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.62 |
| HSL | 64.44º | 0.73% | 0.22% | - |
| HSV(B) | 64.44º | 0.84% | 0.38% | - |
| XYZ | 8.49 | 10.57 | 2.05 | - |
| YUV | 84.97 | 88.51 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 96 | 15 | 0.06 | 0 | 0.84 | 0.62 | 64.44 | 0.73 | 0.22 |
| Hex | 5A | 60 | F | 6 | 0 | 54 | 3E | 40 | 49 | 16 |
| Octal | 132 | 140 | 17 | 6 | 0 | 124 | 76 | 100 | 111 | 26 |
| Binary | 1011010 | 1100000 | 1111 | 110 | 0 | 1010100 | 111110 | 1000000 | 1001001 | 10110 |
Color Harmonies of #5A600F
Complementary color
Monochromatic Colors of #5A600F
Black with #5A600F
Text Example
Text Example
White with #5A600F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A600F; }
p { color: rgb(90,96,15); }
H1.HeaderClassName
{
color: #5A600F;
}
.AnyTagClassName
{
color: #5A600F;
}
</style>
background-color css
<style>
a { background-color: #5A600F; }
a { background-color: rgb(90,96,15); }
div.DivClassName
{
background-color: #5A600F;
}
.BgClassName
{
background-color: #5A600F;
}
</style>
border-color css
<style>
span { border-color: #5A600F; }
span { border-color: rgb(90,96,15); }
td.TdClassName
{
border-color: #5A600F;
}
.TagClassName
{
border-color: #5A600F;
}
</style>