Shades of Fiji Green #5A671D
Tints of Fiji Green #5A671D
RGB
CMYK
RGB Variations
Color information
#5A671D (or 0x5A671D) is known color: Fiji Green. HEX triplet: 5A, 67 and 1D. RGB value is (90,103,29). Sum of RGB (Red+Green+Blue) = 90+103+29=222 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.54% from 222); Green value is 103 (40.62% from 255 or 46.40% from 222); Blue value is 29 (11.72% from 255 or 13.06% from 222); Max value from RGB is 103 - color contains mainly: green. Hex color #5A671D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A671D is #A598E2. Grayscale: #5A5A5A. Windows color (decimal): -10852579 or 1927002. OLE color: 1927002.
HSL color Cylindrical-coordinate representation of color #5A671D: hue angle of 70.54º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5A671D is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 103 | 29 | - |
| CMYK | 0.13 | 0 | 0.72 | 0.60 |
| HSL | 70.54º | 0.56% | 0.26% | - |
| HSV(B) | 70.54º | 0.72% | 0.4% | - |
| XYZ | 9.29 | 11.96 | 2.98 | - |
| YUV | 90.68 | 93.19 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 103 | 29 | 0.13 | 0 | 0.72 | 0.60 | 70.54 | 0.56 | 0.26 |
| Hex | 5A | 67 | 1D | D | 0 | 48 | 3C | 47 | 38 | 1A |
| Octal | 132 | 147 | 35 | 15 | 0 | 110 | 74 | 107 | 70 | 32 |
| Binary | 1011010 | 1100111 | 11101 | 1101 | 0 | 1001000 | 111100 | 1000111 | 111000 | 11010 |
Color Harmonies of #5A671D
Complementary color
Monochromatic Colors of #5A671D
Black with #5A671D
Text Example
Text Example
White with #5A671D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A671D; }
p { color: rgb(90,103,29); }
H1.HeaderClassName
{
color: #5A671D;
}
.AnyTagClassName
{
color: #5A671D;
}
</style>
background-color css
<style>
a { background-color: #5A671D; }
a { background-color: rgb(90,103,29); }
div.DivClassName
{
background-color: #5A671D;
}
.BgClassName
{
background-color: #5A671D;
}
</style>
border-color css
<style>
span { border-color: #5A671D; }
span { border-color: rgb(90,103,29); }
td.TdClassName
{
border-color: #5A671D;
}
.TagClassName
{
border-color: #5A671D;
}
</style>