Shades of Fiji Green #657A0D
Tints of Fiji Green #657A0D
RGB
CMYK
RGB Variations
Color information
#657A0D (or 0x657A0D) is known color: Fiji Green. HEX triplet: 65, 7A and 0D. RGB value is (101,122,13). Sum of RGB (Red+Green+Blue) = 101+122+13=236 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.80% from 236); Green value is 122 (48.05% from 255 or 51.69% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 122 - color contains mainly: green. Hex color #657A0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #657A0D is #9A85F2. Grayscale: #676767. Windows color (decimal): -10126835 or 883301. OLE color: 883301.
HSL color Cylindrical-coordinate representation of color #657A0D: hue angle of 71.56º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #657A0D is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 101 | 122 | 13 | - |
| CMYK | 0.17 | 0 | 0.89 | 0.52 |
| HSL | 71.56º | 0.81% | 0.26% | - |
| HSV(B) | 71.56º | 0.89% | 0.48% | - |
| XYZ | 12.4 | 16.71 | 2.95 | - |
| YUV | 103.3 | 77.04 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 122 | 13 | 0.17 | 0 | 0.89 | 0.52 | 71.56 | 0.81 | 0.26 |
| Hex | 65 | 7A | D | 11 | 0 | 59 | 34 | 48 | 51 | 1A |
| Octal | 145 | 172 | 15 | 21 | 0 | 131 | 64 | 110 | 121 | 32 |
| Binary | 1100101 | 1111010 | 1101 | 10001 | 0 | 1011001 | 110100 | 1001000 | 1010001 | 11010 |
Color Harmonies of #657A0D
Complementary color
Monochromatic Colors of #657A0D
Black with #657A0D
Text Example
Text Example
White with #657A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657A0D; }
p { color: rgb(101,122,13); }
H1.HeaderClassName
{
color: #657A0D;
}
.AnyTagClassName
{
color: #657A0D;
}
</style>
background-color css
<style>
a { background-color: #657A0D; }
a { background-color: rgb(101,122,13); }
div.DivClassName
{
background-color: #657A0D;
}
.BgClassName
{
background-color: #657A0D;
}
</style>
border-color css
<style>
span { border-color: #657A0D; }
span { border-color: rgb(101,122,13); }
td.TdClassName
{
border-color: #657A0D;
}
.TagClassName
{
border-color: #657A0D;
}
</style>