Shades of Fiji Green #5A621C
Tints of Fiji Green #5A621C
RGB
CMYK
RGB Variations
Color information
#5A621C (or 0x5A621C) is known color: Fiji Green. HEX triplet: 5A, 62 and 1C. RGB value is (90,98,28). Sum of RGB (Red+Green+Blue) = 90+98+28=216 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.67% from 216); Green value is 98 (38.67% from 255 or 45.37% from 216); Blue value is 28 (11.33% from 255 or 12.96% from 216); Max value from RGB is 98 - color contains mainly: green. Hex color #5A621C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A621C is #A59DE3. Grayscale: #575757. Windows color (decimal): -10853860 or 1860186. OLE color: 1860186.
HSL color Cylindrical-coordinate representation of color #5A621C: hue angle of 66.86º 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 #5A621C is Cyan = 0.08, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 98 | 28 | - |
| CMYK | 0.08 | 0 | 0.71 | 0.62 |
| HSL | 66.86º | 0.56% | 0.25% | - |
| HSV(B) | 66.86º | 0.71% | 0.38% | - |
| XYZ | 8.79 | 10.99 | 2.76 | - |
| YUV | 87.63 | 94.35 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 98 | 28 | 0.08 | 0 | 0.71 | 0.62 | 66.86 | 0.56 | 0.25 |
| Hex | 5A | 62 | 1C | 8 | 0 | 47 | 3E | 43 | 38 | 19 |
| Octal | 132 | 142 | 34 | 10 | 0 | 107 | 76 | 103 | 70 | 31 |
| Binary | 1011010 | 1100010 | 11100 | 1000 | 0 | 1000111 | 111110 | 1000011 | 111000 | 11001 |
Color Harmonies of #5A621C
Complementary color
Monochromatic Colors of #5A621C
Black with #5A621C
Text Example
Text Example
White with #5A621C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A621C; }
p { color: rgb(90,98,28); }
H1.HeaderClassName
{
color: #5A621C;
}
.AnyTagClassName
{
color: #5A621C;
}
</style>
background-color css
<style>
a { background-color: #5A621C; }
a { background-color: rgb(90,98,28); }
div.DivClassName
{
background-color: #5A621C;
}
.BgClassName
{
background-color: #5A621C;
}
</style>
border-color css
<style>
span { border-color: #5A621C; }
span { border-color: rgb(90,98,28); }
td.TdClassName
{
border-color: #5A621C;
}
.TagClassName
{
border-color: #5A621C;
}
</style>