Shades of Fiji Green #5A6712
Tints of Fiji Green #5A6712
RGB
CMYK
RGB Variations
Color information
#5A6712 (or 0x5A6712) is known color: Fiji Green. HEX triplet: 5A, 67 and 12. RGB value is (90,103,18). Sum of RGB (Red+Green+Blue) = 90+103+18=211 (27% of max value = 765). Red value is 90 (35.55% from 255 or 42.65% from 211); Green value is 103 (40.62% from 255 or 48.82% from 211); Blue value is 18 (7.42% from 255 or 8.53% from 211); Max value from RGB is 103 - color contains mainly: green. Hex color #5A6712 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6712 is #A598ED. Grayscale: #595959. Windows color (decimal): -10852590 or 1206106. OLE color: 1206106.
HSL color Cylindrical-coordinate representation of color #5A6712: hue angle of 69.18º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5A6712 is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 103 | 18 | - |
| CMYK | 0.13 | 0 | 0.83 | 0.60 |
| HSL | 69.18º | 0.7% | 0.24% | - |
| HSV(B) | 69.18º | 0.83% | 0.4% | - |
| XYZ | 9.18 | 11.92 | 2.39 | - |
| YUV | 89.42 | 87.69 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 103 | 18 | 0.13 | 0 | 0.83 | 0.60 | 69.18 | 0.7 | 0.24 |
| Hex | 5A | 67 | 12 | D | 0 | 53 | 3C | 45 | 46 | 18 |
| Octal | 132 | 147 | 22 | 15 | 0 | 123 | 74 | 105 | 106 | 30 |
| Binary | 1011010 | 1100111 | 10010 | 1101 | 0 | 1010011 | 111100 | 1000101 | 1000110 | 11000 |
Color Harmonies of #5A6712
Complementary color
Monochromatic Colors of #5A6712
Black with #5A6712
Text Example
Text Example
White with #5A6712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6712; }
p { color: rgb(90,103,18); }
H1.HeaderClassName
{
color: #5A6712;
}
.AnyTagClassName
{
color: #5A6712;
}
</style>
background-color css
<style>
a { background-color: #5A6712; }
a { background-color: rgb(90,103,18); }
div.DivClassName
{
background-color: #5A6712;
}
.BgClassName
{
background-color: #5A6712;
}
</style>
border-color css
<style>
span { border-color: #5A6712; }
span { border-color: rgb(90,103,18); }
td.TdClassName
{
border-color: #5A6712;
}
.TagClassName
{
border-color: #5A6712;
}
</style>