Shades of Fiji Green #657E16
Tints of Fiji Green #657E16
RGB
CMYK
RGB Variations
Color information
#657E16 (or 0x657E16) is known color: Fiji Green. HEX triplet: 65, 7E and 16. RGB value is (101,126,22). Sum of RGB (Red+Green+Blue) = 101+126+22=249 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.56% from 249); Green value is 126 (49.61% from 255 or 50.60% from 249); Blue value is 22 (8.98% from 255 or 8.84% from 249); Max value from RGB is 126 - color contains mainly: green. Hex color #657E16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #657E16 is #9A81E9. Grayscale: #6B6B6B. Windows color (decimal): -10125802 or 1474149. OLE color: 1474149.
HSL color Cylindrical-coordinate representation of color #657E16: hue angle of 74.42º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #657E16 is Cyan = 0.20, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 126 | 22 | - |
| CMYK | 0.20 | 0 | 0.83 | 0.51 |
| HSL | 74.42º | 0.7% | 0.29% | - |
| HSV(B) | 74.42º | 0.83% | 0.49% | - |
| XYZ | 12.97 | 17.75 | 3.5 | - |
| YUV | 106.67 | 80.22 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 126 | 22 | 0.20 | 0 | 0.83 | 0.51 | 74.42 | 0.7 | 0.29 |
| Hex | 65 | 7E | 16 | 14 | 0 | 53 | 33 | 4A | 46 | 1D |
| Octal | 145 | 176 | 26 | 24 | 0 | 123 | 63 | 112 | 106 | 35 |
| Binary | 1100101 | 1111110 | 10110 | 10100 | 0 | 1010011 | 110011 | 1001010 | 1000110 | 11101 |
Color Harmonies of #657E16
Complementary color
Monochromatic Colors of #657E16
Black with #657E16
Text Example
Text Example
White with #657E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657E16; }
p { color: rgb(101,126,22); }
H1.HeaderClassName
{
color: #657E16;
}
.AnyTagClassName
{
color: #657E16;
}
</style>
background-color css
<style>
a { background-color: #657E16; }
a { background-color: rgb(101,126,22); }
div.DivClassName
{
background-color: #657E16;
}
.BgClassName
{
background-color: #657E16;
}
</style>
border-color css
<style>
span { border-color: #657E16; }
span { border-color: rgb(101,126,22); }
td.TdClassName
{
border-color: #657E16;
}
.TagClassName
{
border-color: #657E16;
}
</style>