Shades of Fiji Green #6A7521
Tints of Fiji Green #6A7521
RGB
CMYK
RGB Variations
Color information
#6A7521 (or 0x6A7521) is known color: Fiji Green. HEX triplet: 6A, 75 and 21. RGB value is (106,117,33). Sum of RGB (Red+Green+Blue) = 106+117+33=256 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.41% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 33 (13.28% from 255 or 12.89% from 256); Max value from RGB is 117 - color contains mainly: green. Hex color #6A7521 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7521 is #958ADE. Grayscale: #686868. Windows color (decimal): -9800415 or 2192746. OLE color: 2192746.
HSL color Cylindrical-coordinate representation of color #6A7521: hue angle of 67.86º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6A7521 is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 106 | 117 | 33 | - |
| CMYK | 0.09 | 0 | 0.72 | 0.54 |
| HSL | 67.86º | 0.56% | 0.29% | - |
| HSV(B) | 67.86º | 0.72% | 0.46% | - |
| XYZ | 12.58 | 15.9 | 3.84 | - |
| YUV | 104.14 | 87.86 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 117 | 33 | 0.09 | 0 | 0.72 | 0.54 | 67.86 | 0.56 | 0.29 |
| Hex | 6A | 75 | 21 | 9 | 0 | 48 | 36 | 44 | 38 | 1D |
| Octal | 152 | 165 | 41 | 11 | 0 | 110 | 66 | 104 | 70 | 35 |
| Binary | 1101010 | 1110101 | 100001 | 1001 | 0 | 1001000 | 110110 | 1000100 | 111000 | 11101 |
Color Harmonies of #6A7521
Complementary color
Monochromatic Colors of #6A7521
Black with #6A7521
Text Example
Text Example
White with #6A7521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7521; }
p { color: rgb(106,117,33); }
H1.HeaderClassName
{
color: #6A7521;
}
.AnyTagClassName
{
color: #6A7521;
}
</style>
background-color css
<style>
a { background-color: #6A7521; }
a { background-color: rgb(106,117,33); }
div.DivClassName
{
background-color: #6A7521;
}
.BgClassName
{
background-color: #6A7521;
}
</style>
border-color css
<style>
span { border-color: #6A7521; }
span { border-color: rgb(106,117,33); }
td.TdClassName
{
border-color: #6A7521;
}
.TagClassName
{
border-color: #6A7521;
}
</style>