Shades of Fiji Green #5D651B
Tints of Fiji Green #5D651B
RGB
CMYK
RGB Variations
Color information
#5D651B (or 0x5D651B) is known color: Fiji Green. HEX triplet: 5D, 65 and 1B. RGB value is (93,101,27). Sum of RGB (Red+Green+Blue) = 93+101+27=221 (29% of max value = 765). Red value is 93 (36.72% from 255 or 42.08% from 221); Green value is 101 (39.84% from 255 or 45.70% from 221); Blue value is 27 (10.94% from 255 or 12.22% from 221); Max value from RGB is 101 - color contains mainly: green. Hex color #5D651B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D651B is #A29AE4. Grayscale: #5A5A5A. Windows color (decimal): -10656485 or 1795421. OLE color: 1795421.
HSL color Cylindrical-coordinate representation of color #5D651B: hue angle of 66.49º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5D651B is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 93 | 101 | 27 | - |
| CMYK | 0.08 | 0 | 0.73 | 0.60 |
| HSL | 66.49º | 0.58% | 0.25% | - |
| HSV(B) | 66.49º | 0.73% | 0.4% | - |
| XYZ | 9.37 | 11.71 | 2.8 | - |
| YUV | 90.17 | 92.35 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 101 | 27 | 0.08 | 0 | 0.73 | 0.60 | 66.49 | 0.58 | 0.25 |
| Hex | 5D | 65 | 1B | 8 | 0 | 49 | 3C | 42 | 3A | 19 |
| Octal | 135 | 145 | 33 | 10 | 0 | 111 | 74 | 102 | 72 | 31 |
| Binary | 1011101 | 1100101 | 11011 | 1000 | 0 | 1001001 | 111100 | 1000010 | 111010 | 11001 |
Color Harmonies of #5D651B
Complementary color
Monochromatic Colors of #5D651B
Black with #5D651B
Text Example
Text Example
White with #5D651B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D651B; }
p { color: rgb(93,101,27); }
H1.HeaderClassName
{
color: #5D651B;
}
.AnyTagClassName
{
color: #5D651B;
}
</style>
background-color css
<style>
a { background-color: #5D651B; }
a { background-color: rgb(93,101,27); }
div.DivClassName
{
background-color: #5D651B;
}
.BgClassName
{
background-color: #5D651B;
}
</style>
border-color css
<style>
span { border-color: #5D651B; }
span { border-color: rgb(93,101,27); }
td.TdClassName
{
border-color: #5D651B;
}
.TagClassName
{
border-color: #5D651B;
}
</style>