Shades of Fiji Green #657407
Tints of Fiji Green #657407
RGB
CMYK
RGB Variations
Color information
#657407 (or 0x657407) is known color: Fiji Green. HEX triplet: 65, 74 and 07. RGB value is (101,116,7). Sum of RGB (Red+Green+Blue) = 101+116+7=224 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.09% from 224); Green value is 116 (45.70% from 255 or 51.79% from 224); Blue value is 7 (3.12% from 255 or 3.12% from 224); Max value from RGB is 116 - color contains mainly: green. Hex color #657407 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #657407 is #9A8BF8. Grayscale: #636363. Windows color (decimal): -10128377 or 488549. OLE color: 488549.
HSL color Cylindrical-coordinate representation of color #657407: hue angle of 68.26º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #657407 is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 116 | 7 | - |
| CMYK | 0.13 | 0 | 0.94 | 0.55 |
| HSL | 68.26º | 0.89% | 0.24% | - |
| HSV(B) | 68.26º | 0.94% | 0.45% | - |
| XYZ | 11.65 | 15.27 | 2.53 | - |
| YUV | 99.09 | 76.03 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 116 | 7 | 0.13 | 0 | 0.94 | 0.55 | 68.26 | 0.89 | 0.24 |
| Hex | 65 | 74 | 7 | D | 0 | 5E | 37 | 44 | 59 | 18 |
| Octal | 145 | 164 | 7 | 15 | 0 | 136 | 67 | 104 | 131 | 30 |
| Binary | 1100101 | 1110100 | 111 | 1101 | 0 | 1011110 | 110111 | 1000100 | 1011001 | 11000 |
Color Harmonies of #657407
Complementary color
Monochromatic Colors of #657407
Black with #657407
Text Example
Text Example
White with #657407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657407; }
p { color: rgb(101,116,7); }
H1.HeaderClassName
{
color: #657407;
}
.AnyTagClassName
{
color: #657407;
}
</style>
background-color css
<style>
a { background-color: #657407; }
a { background-color: rgb(101,116,7); }
div.DivClassName
{
background-color: #657407;
}
.BgClassName
{
background-color: #657407;
}
</style>
border-color css
<style>
span { border-color: #657407; }
span { border-color: rgb(101,116,7); }
td.TdClassName
{
border-color: #657407;
}
.TagClassName
{
border-color: #657407;
}
</style>