Shades of Fiji Green #5A6627
Tints of Fiji Green #5A6627
RGB
CMYK
RGB Variations
Color information
#5A6627 (or 0x5A6627) is known color: Fiji Green. HEX triplet: 5A, 66 and 27. RGB value is (90,102,39). Sum of RGB (Red+Green+Blue) = 90+102+39=231 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.96% from 231); Green value is 102 (40.23% from 255 or 44.16% from 231); Blue value is 39 (15.62% from 255 or 16.88% from 231); Max value from RGB is 102 - color contains mainly: green. Hex color #5A6627 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6627 is #A599D8. Grayscale: #5B5B5B. Windows color (decimal): -10852825 or 2582106. OLE color: 2582106.
HSL color Cylindrical-coordinate representation of color #5A6627: hue angle of 71.43º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A6627 is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 90 | 102 | 39 | - |
| CMYK | 0.12 | 0 | 0.62 | 0.6 |
| HSL | 71.43º | 0.45% | 0.28% | - |
| HSV(B) | 71.43º | 0.62% | 0.4% | - |
| XYZ | 9.33 | 11.82 | 3.71 | - |
| YUV | 91.23 | 98.52 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 102 | 39 | 0.12 | 0 | 0.62 | 0.6 | 71.43 | 0.45 | 0.28 |
| Hex | 5A | 66 | 27 | C | 0 | 3E | 3C | 47 | 2D | 1C |
| Octal | 132 | 146 | 47 | 14 | 0 | 76 | 74 | 107 | 55 | 34 |
| Binary | 1011010 | 1100110 | 100111 | 1100 | 0 | 111110 | 111100 | 1000111 | 101101 | 11100 |
Color Harmonies of #5A6627
Complementary color
Monochromatic Colors of #5A6627
Black with #5A6627
Text Example
Text Example
White with #5A6627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6627; }
p { color: rgb(90,102,39); }
H1.HeaderClassName
{
color: #5A6627;
}
.AnyTagClassName
{
color: #5A6627;
}
</style>
background-color css
<style>
a { background-color: #5A6627; }
a { background-color: rgb(90,102,39); }
div.DivClassName
{
background-color: #5A6627;
}
.BgClassName
{
background-color: #5A6627;
}
</style>
border-color css
<style>
span { border-color: #5A6627; }
span { border-color: rgb(90,102,39); }
td.TdClassName
{
border-color: #5A6627;
}
.TagClassName
{
border-color: #5A6627;
}
</style>