Shades of Fiji Green #5D651F
Tints of Fiji Green #5D651F
RGB
CMYK
RGB Variations
Color information
#5D651F (or 0x5D651F) is known color: Fiji Green. HEX triplet: 5D, 65 and 1F. RGB value is (93,101,31). Sum of RGB (Red+Green+Blue) = 93+101+31=225 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.33% from 225); Green value is 101 (39.84% from 255 or 44.89% from 225); Blue value is 31 (12.5% from 255 or 13.78% from 225); Max value from RGB is 101 - color contains mainly: green. Hex color #5D651F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D651F is #A29AE0. Grayscale: #5A5A5A. Windows color (decimal): -10656481 or 2057565. OLE color: 2057565.
HSL color Cylindrical-coordinate representation of color #5D651F: hue angle of 66.86º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5D651F is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 93 | 101 | 31 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.60 |
| HSL | 66.86º | 0.53% | 0.26% | - |
| HSV(B) | 66.86º | 0.69% | 0.4% | - |
| XYZ | 9.42 | 11.73 | 3.06 | - |
| YUV | 90.63 | 94.35 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 101 | 31 | 0.08 | 0 | 0.69 | 0.60 | 66.86 | 0.53 | 0.26 |
| Hex | 5D | 65 | 1F | 8 | 0 | 45 | 3C | 43 | 35 | 1A |
| Octal | 135 | 145 | 37 | 10 | 0 | 105 | 74 | 103 | 65 | 32 |
| Binary | 1011101 | 1100101 | 11111 | 1000 | 0 | 1000101 | 111100 | 1000011 | 110101 | 11010 |
Color Harmonies of #5D651F
Complementary color
Monochromatic Colors of #5D651F
Black with #5D651F
Text Example
Text Example
White with #5D651F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D651F; }
p { color: rgb(93,101,31); }
H1.HeaderClassName
{
color: #5D651F;
}
.AnyTagClassName
{
color: #5D651F;
}
</style>
background-color css
<style>
a { background-color: #5D651F; }
a { background-color: rgb(93,101,31); }
div.DivClassName
{
background-color: #5D651F;
}
.BgClassName
{
background-color: #5D651F;
}
</style>
border-color css
<style>
span { border-color: #5D651F; }
span { border-color: rgb(93,101,31); }
td.TdClassName
{
border-color: #5D651F;
}
.TagClassName
{
border-color: #5D651F;
}
</style>