Shades of Fiji Green #5B631F
Tints of Fiji Green #5B631F
RGB
CMYK
RGB Variations
Color information
#5B631F (or 0x5B631F) is known color: Fiji Green. HEX triplet: 5B, 63 and 1F. RGB value is (91,99,31). Sum of RGB (Red+Green+Blue) = 91+99+31=221 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.18% from 221); Green value is 99 (39.06% from 255 or 44.80% from 221); Blue value is 31 (12.5% from 255 or 14.03% from 221); Max value from RGB is 99 - color contains mainly: green. Hex color #5B631F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B631F is #A49CE0. Grayscale: #595959. Windows color (decimal): -10788065 or 2057051. OLE color: 2057051.
HSL color Cylindrical-coordinate representation of color #5B631F: hue angle of 67.06º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5B631F is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 91 | 99 | 31 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.61 |
| HSL | 67.06º | 0.52% | 0.25% | - |
| HSV(B) | 67.06º | 0.69% | 0.39% | - |
| XYZ | 9.02 | 11.25 | 2.99 | - |
| YUV | 88.86 | 95.35 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 99 | 31 | 0.08 | 0 | 0.69 | 0.61 | 67.06 | 0.52 | 0.25 |
| Hex | 5B | 63 | 1F | 8 | 0 | 45 | 3D | 43 | 34 | 19 |
| Octal | 133 | 143 | 37 | 10 | 0 | 105 | 75 | 103 | 64 | 31 |
| Binary | 1011011 | 1100011 | 11111 | 1000 | 0 | 1000101 | 111101 | 1000011 | 110100 | 11001 |
Color Harmonies of #5B631F
Complementary color
Monochromatic Colors of #5B631F
Black with #5B631F
Text Example
Text Example
White with #5B631F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B631F; }
p { color: rgb(91,99,31); }
H1.HeaderClassName
{
color: #5B631F;
}
.AnyTagClassName
{
color: #5B631F;
}
</style>
background-color css
<style>
a { background-color: #5B631F; }
a { background-color: rgb(91,99,31); }
div.DivClassName
{
background-color: #5B631F;
}
.BgClassName
{
background-color: #5B631F;
}
</style>
border-color css
<style>
span { border-color: #5B631F; }
span { border-color: rgb(91,99,31); }
td.TdClassName
{
border-color: #5B631F;
}
.TagClassName
{
border-color: #5B631F;
}
</style>