Shades of Fiji Green #656405
Tints of Fiji Green #656405
RGB
CMYK
RGB Variations
Color information
#656405 (or 0x656405) is known color: Fiji Green. HEX triplet: 65, 64 and 05. RGB value is (101,100,5). Sum of RGB (Red+Green+Blue) = 101+100+5=206 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.03% from 206); Green value is 100 (39.45% from 255 or 48.54% from 206); Blue value is 5 (2.34% from 255 or 2.43% from 206); Max value from RGB is 101 - color contains mainly: red. Hex color #656405 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #656405 is #9A9BFA. Grayscale: #595959. Windows color (decimal): -10132475 or 353381. OLE color: 353381.
HSL color Cylindrical-coordinate representation of color #656405: hue angle of 59.38º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #656405 is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 100 | 5 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.60 |
| HSL | 59.38º | 0.91% | 0.21% | - |
| HSV(B) | 59.38º | 0.95% | 0.4% | - |
| XYZ | 9.95 | 11.89 | 1.91 | - |
| YUV | 89.47 | 80.33 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 100 | 5 | 0 | 0.01 | 0.95 | 0.60 | 59.38 | 0.91 | 0.21 |
| Hex | 65 | 64 | 5 | 0 | 1 | 5F | 3C | 3B | 5B | 15 |
| Octal | 145 | 144 | 5 | 0 | 1 | 137 | 74 | 73 | 133 | 25 |
| Binary | 1100101 | 1100100 | 101 | 0 | 1 | 1011111 | 111100 | 111011 | 1011011 | 10101 |
Color Harmonies of #656405
Complementary color
Monochromatic Colors of #656405
Black with #656405
Text Example
Text Example
White with #656405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656405; }
p { color: rgb(101,100,5); }
H1.HeaderClassName
{
color: #656405;
}
.AnyTagClassName
{
color: #656405;
}
</style>
background-color css
<style>
a { background-color: #656405; }
a { background-color: rgb(101,100,5); }
div.DivClassName
{
background-color: #656405;
}
.BgClassName
{
background-color: #656405;
}
</style>
border-color css
<style>
span { border-color: #656405; }
span { border-color: rgb(101,100,5); }
td.TdClassName
{
border-color: #656405;
}
.TagClassName
{
border-color: #656405;
}
</style>