Shades of Fiji Green #6A7320
Tints of Fiji Green #6A7320
RGB
CMYK
RGB Variations
Color information
#6A7320 (or 0x6A7320) is known color: Fiji Green. HEX triplet: 6A, 73 and 20. RGB value is (106,115,32). Sum of RGB (Red+Green+Blue) = 106+115+32=253 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.90% from 253); Green value is 115 (45.31% from 255 or 45.45% from 253); Blue value is 32 (12.89% from 255 or 12.65% from 253); Max value from RGB is 115 - color contains mainly: green. Hex color #6A7320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7320 is #958CDF. Grayscale: #676767. Windows color (decimal): -9800928 or 2126698. OLE color: 2126698.
HSL color Cylindrical-coordinate representation of color #6A7320: hue angle of 66.51º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6A7320 is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 115 | 32 | - |
| CMYK | 0.08 | 0 | 0.72 | 0.55 |
| HSL | 66.51º | 0.56% | 0.29% | - |
| HSV(B) | 66.51º | 0.72% | 0.45% | - |
| XYZ | 12.34 | 15.43 | 3.69 | - |
| YUV | 102.85 | 88.02 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 115 | 32 | 0.08 | 0 | 0.72 | 0.55 | 66.51 | 0.56 | 0.29 |
| Hex | 6A | 73 | 20 | 8 | 0 | 48 | 37 | 43 | 38 | 1D |
| Octal | 152 | 163 | 40 | 10 | 0 | 110 | 67 | 103 | 70 | 35 |
| Binary | 1101010 | 1110011 | 100000 | 1000 | 0 | 1001000 | 110111 | 1000011 | 111000 | 11101 |
Color Harmonies of #6A7320
Complementary color
Monochromatic Colors of #6A7320
Black with #6A7320
Text Example
Text Example
White with #6A7320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7320; }
p { color: rgb(106,115,32); }
H1.HeaderClassName
{
color: #6A7320;
}
.AnyTagClassName
{
color: #6A7320;
}
</style>
background-color css
<style>
a { background-color: #6A7320; }
a { background-color: rgb(106,115,32); }
div.DivClassName
{
background-color: #6A7320;
}
.BgClassName
{
background-color: #6A7320;
}
</style>
border-color css
<style>
span { border-color: #6A7320; }
span { border-color: rgb(106,115,32); }
td.TdClassName
{
border-color: #6A7320;
}
.TagClassName
{
border-color: #6A7320;
}
</style>