Shades of Fiji Green #657C11
Tints of Fiji Green #657C11
RGB
CMYK
RGB Variations
Color information
#657C11 (or 0x657C11) is known color: Fiji Green. HEX triplet: 65, 7C and 11. RGB value is (101,124,17). Sum of RGB (Red+Green+Blue) = 101+124+17=242 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.74% from 242); Green value is 124 (48.83% from 255 or 51.24% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 124 - color contains mainly: green. Hex color #657C11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #657C11 is #9A83EE. Grayscale: #696969. Windows color (decimal): -10126319 or 1145957. OLE color: 1145957.
HSL color Cylindrical-coordinate representation of color #657C11: hue angle of 72.9º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #657C11 is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 124 | 17 | - |
| CMYK | 0.19 | 0 | 0.86 | 0.51 |
| HSL | 72.9º | 0.76% | 0.28% | - |
| HSV(B) | 72.9º | 0.86% | 0.49% | - |
| XYZ | 12.68 | 17.22 | 3.19 | - |
| YUV | 104.93 | 78.38 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 124 | 17 | 0.19 | 0 | 0.86 | 0.51 | 72.9 | 0.76 | 0.28 |
| Hex | 65 | 7C | 11 | 13 | 0 | 56 | 33 | 49 | 4C | 1C |
| Octal | 145 | 174 | 21 | 23 | 0 | 126 | 63 | 111 | 114 | 34 |
| Binary | 1100101 | 1111100 | 10001 | 10011 | 0 | 1010110 | 110011 | 1001001 | 1001100 | 11100 |
Color Harmonies of #657C11
Complementary color
Monochromatic Colors of #657C11
Black with #657C11
Text Example
Text Example
White with #657C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657C11; }
p { color: rgb(101,124,17); }
H1.HeaderClassName
{
color: #657C11;
}
.AnyTagClassName
{
color: #657C11;
}
</style>
background-color css
<style>
a { background-color: #657C11; }
a { background-color: rgb(101,124,17); }
div.DivClassName
{
background-color: #657C11;
}
.BgClassName
{
background-color: #657C11;
}
</style>
border-color css
<style>
span { border-color: #657C11; }
span { border-color: rgb(101,124,17); }
td.TdClassName
{
border-color: #657C11;
}
.TagClassName
{
border-color: #657C11;
}
</style>