Shades of Fiji Green #657A0C
Tints of Fiji Green #657A0C
RGB
CMYK
RGB Variations
Color information
#657A0C (or 0x657A0C) is known color: Fiji Green. HEX triplet: 65, 7A and 0C. RGB value is (101,122,12). Sum of RGB (Red+Green+Blue) = 101+122+12=235 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.98% from 235); Green value is 122 (48.05% from 255 or 51.91% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 122 - color contains mainly: green. Hex color #657A0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #657A0C is #9A85F3. Grayscale: #676767. Windows color (decimal): -10126836 or 817765. OLE color: 817765.
HSL color Cylindrical-coordinate representation of color #657A0C: hue angle of 71.45º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #657A0C is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 101 | 122 | 12 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.52 |
| HSL | 71.45º | 0.82% | 0.26% | - |
| HSV(B) | 71.45º | 0.9% | 0.48% | - |
| XYZ | 12.39 | 16.71 | 2.92 | - |
| YUV | 103.18 | 76.54 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 122 | 12 | 0.17 | 0 | 0.90 | 0.52 | 71.45 | 0.82 | 0.26 |
| Hex | 65 | 7A | C | 11 | 0 | 5A | 34 | 47 | 52 | 1A |
| Octal | 145 | 172 | 14 | 21 | 0 | 132 | 64 | 107 | 122 | 32 |
| Binary | 1100101 | 1111010 | 1100 | 10001 | 0 | 1011010 | 110100 | 1000111 | 1010010 | 11010 |
Color Harmonies of #657A0C
Complementary color
Monochromatic Colors of #657A0C
Black with #657A0C
Text Example
Text Example
White with #657A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657A0C; }
p { color: rgb(101,122,12); }
H1.HeaderClassName
{
color: #657A0C;
}
.AnyTagClassName
{
color: #657A0C;
}
</style>
background-color css
<style>
a { background-color: #657A0C; }
a { background-color: rgb(101,122,12); }
div.DivClassName
{
background-color: #657A0C;
}
.BgClassName
{
background-color: #657A0C;
}
</style>
border-color css
<style>
span { border-color: #657A0C; }
span { border-color: rgb(101,122,12); }
td.TdClassName
{
border-color: #657A0C;
}
.TagClassName
{
border-color: #657A0C;
}
</style>