Shades of Fiji Green #657910
Tints of Fiji Green #657910
RGB
CMYK
RGB Variations
Color information
#657910 (or 0x657910) is known color: Fiji Green. HEX triplet: 65, 79 and 10. RGB value is (101,121,16). Sum of RGB (Red+Green+Blue) = 101+121+16=238 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.44% from 238); Green value is 121 (47.66% from 255 or 50.84% from 238); Blue value is 16 (6.64% from 255 or 6.72% from 238); Max value from RGB is 121 - color contains mainly: green. Hex color #657910 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #657910 is #9A86EF. Grayscale: #676767. Windows color (decimal): -10127088 or 1079653. OLE color: 1079653.
HSL color Cylindrical-coordinate representation of color #657910: hue angle of 71.43º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #657910 is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 101 | 121 | 16 | - |
| CMYK | 0.17 | 0 | 0.87 | 0.53 |
| HSL | 71.43º | 0.77% | 0.27% | - |
| HSV(B) | 71.43º | 0.87% | 0.47% | - |
| XYZ | 12.3 | 16.48 | 3.02 | - |
| YUV | 103.05 | 78.87 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 121 | 16 | 0.17 | 0 | 0.87 | 0.53 | 71.43 | 0.77 | 0.27 |
| Hex | 65 | 79 | 10 | 11 | 0 | 57 | 35 | 47 | 4D | 1B |
| Octal | 145 | 171 | 20 | 21 | 0 | 127 | 65 | 107 | 115 | 33 |
| Binary | 1100101 | 1111001 | 10000 | 10001 | 0 | 1010111 | 110101 | 1000111 | 1001101 | 11011 |
Color Harmonies of #657910
Complementary color
Monochromatic Colors of #657910
Black with #657910
Text Example
Text Example
White with #657910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657910; }
p { color: rgb(101,121,16); }
H1.HeaderClassName
{
color: #657910;
}
.AnyTagClassName
{
color: #657910;
}
</style>
background-color css
<style>
a { background-color: #657910; }
a { background-color: rgb(101,121,16); }
div.DivClassName
{
background-color: #657910;
}
.BgClassName
{
background-color: #657910;
}
</style>
border-color css
<style>
span { border-color: #657910; }
span { border-color: rgb(101,121,16); }
td.TdClassName
{
border-color: #657910;
}
.TagClassName
{
border-color: #657910;
}
</style>