Shades of Fiji Green #6A7E20
Tints of Fiji Green #6A7E20
RGB
CMYK
RGB Variations
Color information
#6A7E20 (or 0x6A7E20) is known color: Fiji Green. HEX triplet: 6A, 7E and 20. RGB value is (106,126,32). Sum of RGB (Red+Green+Blue) = 106+126+32=264 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.15% from 264); Green value is 126 (49.61% from 255 or 47.73% from 264); Blue value is 32 (12.89% from 255 or 12.12% from 264); Max value from RGB is 126 - color contains mainly: green. Hex color #6A7E20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7E20 is #9581DF. Grayscale: #6D6D6D. Windows color (decimal): -9798112 or 2129514. OLE color: 2129514.
HSL color Cylindrical-coordinate representation of color #6A7E20: hue angle of 72.77º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6A7E20 is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 106 | 126 | 32 | - |
| CMYK | 0.16 | 0 | 0.75 | 0.51 |
| HSL | 72.77º | 0.59% | 0.31% | - |
| HSV(B) | 72.77º | 0.75% | 0.49% | - |
| XYZ | 13.67 | 18.09 | 4.14 | - |
| YUV | 109.3 | 84.37 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 126 | 32 | 0.16 | 0 | 0.75 | 0.51 | 72.77 | 0.59 | 0.31 |
| Hex | 6A | 7E | 20 | 10 | 0 | 4B | 33 | 49 | 3B | 1F |
| Octal | 152 | 176 | 40 | 20 | 0 | 113 | 63 | 111 | 73 | 37 |
| Binary | 1101010 | 1111110 | 100000 | 10000 | 0 | 1001011 | 110011 | 1001001 | 111011 | 11111 |
Color Harmonies of #6A7E20
Complementary color
Monochromatic Colors of #6A7E20
Black with #6A7E20
Text Example
Text Example
White with #6A7E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7E20; }
p { color: rgb(106,126,32); }
H1.HeaderClassName
{
color: #6A7E20;
}
.AnyTagClassName
{
color: #6A7E20;
}
</style>
background-color css
<style>
a { background-color: #6A7E20; }
a { background-color: rgb(106,126,32); }
div.DivClassName
{
background-color: #6A7E20;
}
.BgClassName
{
background-color: #6A7E20;
}
</style>
border-color css
<style>
span { border-color: #6A7E20; }
span { border-color: rgb(106,126,32); }
td.TdClassName
{
border-color: #6A7E20;
}
.TagClassName
{
border-color: #6A7E20;
}
</style>