Shades of Fiji Green #657F10
Tints of Fiji Green #657F10
RGB
CMYK
RGB Variations
Color information
#657F10 (or 0x657F10) is known color: Fiji Green. HEX triplet: 65, 7F and 10. RGB value is (101,127,16). Sum of RGB (Red+Green+Blue) = 101+127+16=244 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.39% from 244); Green value is 127 (50% from 255 or 52.05% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 127 - color contains mainly: green. Hex color #657F10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #657F10 is #9A80EF. Grayscale: #6A6A6A. Windows color (decimal): -10125552 or 1081189. OLE color: 1081189.
HSL color Cylindrical-coordinate representation of color #657F10: hue angle of 74.05º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #657F10 is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 101 | 127 | 16 | - |
| CMYK | 0.20 | 0 | 0.87 | 0.50 |
| HSL | 74.05º | 0.78% | 0.28% | - |
| HSV(B) | 74.05º | 0.87% | 0.5% | - |
| XYZ | 13.05 | 17.98 | 3.27 | - |
| YUV | 106.57 | 76.89 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 127 | 16 | 0.20 | 0 | 0.87 | 0.50 | 74.05 | 0.78 | 0.28 |
| Hex | 65 | 7F | 10 | 14 | 0 | 57 | 32 | 4A | 4E | 1C |
| Octal | 145 | 177 | 20 | 24 | 0 | 127 | 62 | 112 | 116 | 34 |
| Binary | 1100101 | 1111111 | 10000 | 10100 | 0 | 1010111 | 110010 | 1001010 | 1001110 | 11100 |
Color Harmonies of #657F10
Complementary color
Monochromatic Colors of #657F10
Black with #657F10
Text Example
Text Example
White with #657F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657F10; }
p { color: rgb(101,127,16); }
H1.HeaderClassName
{
color: #657F10;
}
.AnyTagClassName
{
color: #657F10;
}
</style>
background-color css
<style>
a { background-color: #657F10; }
a { background-color: rgb(101,127,16); }
div.DivClassName
{
background-color: #657F10;
}
.BgClassName
{
background-color: #657F10;
}
</style>
border-color css
<style>
span { border-color: #657F10; }
span { border-color: rgb(101,127,16); }
td.TdClassName
{
border-color: #657F10;
}
.TagClassName
{
border-color: #657F10;
}
</style>