Shades of Fiji Green #657C1F
Tints of Fiji Green #657C1F
RGB
CMYK
RGB Variations
Color information
#657C1F (or 0x657C1F) is known color: Fiji Green. HEX triplet: 65, 7C and 1F. RGB value is (101,124,31). Sum of RGB (Red+Green+Blue) = 101+124+31=256 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.45% from 256); Green value is 124 (48.83% from 255 or 48.44% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 124 - color contains mainly: green. Hex color #657C1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #657C1F is #9A83E0. Grayscale: #6A6A6A. Windows color (decimal): -10126305 or 2063461. OLE color: 2063461.
HSL color Cylindrical-coordinate representation of color #657C1F: hue angle of 74.84º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #657C1F is Cyan = 0.19, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 124 | 31 | - |
| CMYK | 0.19 | 0 | 0.75 | 0.51 |
| HSL | 74.84º | 0.6% | 0.3% | - |
| HSV(B) | 74.84º | 0.75% | 0.49% | - |
| XYZ | 12.82 | 17.28 | 3.96 | - |
| YUV | 106.52 | 85.38 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 124 | 31 | 0.19 | 0 | 0.75 | 0.51 | 74.84 | 0.6 | 0.3 |
| Hex | 65 | 7C | 1F | 13 | 0 | 4B | 33 | 4B | 3C | 1E |
| Octal | 145 | 174 | 37 | 23 | 0 | 113 | 63 | 113 | 74 | 36 |
| Binary | 1100101 | 1111100 | 11111 | 10011 | 0 | 1001011 | 110011 | 1001011 | 111100 | 11110 |
Color Harmonies of #657C1F
Complementary color
Monochromatic Colors of #657C1F
Black with #657C1F
Text Example
Text Example
White with #657C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657C1F; }
p { color: rgb(101,124,31); }
H1.HeaderClassName
{
color: #657C1F;
}
.AnyTagClassName
{
color: #657C1F;
}
</style>
background-color css
<style>
a { background-color: #657C1F; }
a { background-color: rgb(101,124,31); }
div.DivClassName
{
background-color: #657C1F;
}
.BgClassName
{
background-color: #657C1F;
}
</style>
border-color css
<style>
span { border-color: #657C1F; }
span { border-color: rgb(101,124,31); }
td.TdClassName
{
border-color: #657C1F;
}
.TagClassName
{
border-color: #657C1F;
}
</style>