Shades of Fiji Green #5A630F
Tints of Fiji Green #5A630F
RGB
CMYK
RGB Variations
Color information
#5A630F (or 0x5A630F) is known color: Fiji Green. HEX triplet: 5A, 63 and 0F. RGB value is (90,99,15). Sum of RGB (Red+Green+Blue) = 90+99+15=204 (27% of max value = 765). Red value is 90 (35.55% from 255 or 44.12% from 204); Green value is 99 (39.06% from 255 or 48.53% from 204); Blue value is 15 (6.25% from 255 or 7.35% from 204); Max value from RGB is 99 - color contains mainly: green. Hex color #5A630F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A630F is #A59CF0. Grayscale: #575757. Windows color (decimal): -10853617 or 1008474. OLE color: 1008474.
HSL color Cylindrical-coordinate representation of color #5A630F: hue angle of 66.43º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5A630F is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 90 | 99 | 15 | - |
| CMYK | 0.09 | 0 | 0.85 | 0.61 |
| HSL | 66.43º | 0.74% | 0.22% | - |
| HSV(B) | 66.43º | 0.85% | 0.39% | - |
| XYZ | 8.76 | 11.13 | 2.14 | - |
| YUV | 86.73 | 87.52 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 99 | 15 | 0.09 | 0 | 0.85 | 0.61 | 66.43 | 0.74 | 0.22 |
| Hex | 5A | 63 | F | 9 | 0 | 55 | 3D | 42 | 4A | 16 |
| Octal | 132 | 143 | 17 | 11 | 0 | 125 | 75 | 102 | 112 | 26 |
| Binary | 1011010 | 1100011 | 1111 | 1001 | 0 | 1010101 | 111101 | 1000010 | 1001010 | 10110 |
Color Harmonies of #5A630F
Complementary color
Monochromatic Colors of #5A630F
Black with #5A630F
Text Example
Text Example
White with #5A630F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A630F; }
p { color: rgb(90,99,15); }
H1.HeaderClassName
{
color: #5A630F;
}
.AnyTagClassName
{
color: #5A630F;
}
</style>
background-color css
<style>
a { background-color: #5A630F; }
a { background-color: rgb(90,99,15); }
div.DivClassName
{
background-color: #5A630F;
}
.BgClassName
{
background-color: #5A630F;
}
</style>
border-color css
<style>
span { border-color: #5A630F; }
span { border-color: rgb(90,99,15); }
td.TdClassName
{
border-color: #5A630F;
}
.TagClassName
{
border-color: #5A630F;
}
</style>