Shades of Fiji Green #6A791D
Tints of Fiji Green #6A791D
RGB
CMYK
RGB Variations
Color information
#6A791D (or 0x6A791D) is known color: Fiji Green. HEX triplet: 6A, 79 and 1D. RGB value is (106,121,29). Sum of RGB (Red+Green+Blue) = 106+121+29=256 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.41% from 256); Green value is 121 (47.66% from 255 or 47.27% from 256); Blue value is 29 (11.72% from 255 or 11.33% from 256); Max value from RGB is 121 - color contains mainly: green. Hex color #6A791D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A791D is #9586E2. Grayscale: #6A6A6A. Windows color (decimal): -9799395 or 1931626. OLE color: 1931626.
HSL color Cylindrical-coordinate representation of color #6A791D: hue angle of 69.78º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6A791D is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 106 | 121 | 29 | - |
| CMYK | 0.12 | 0 | 0.76 | 0.53 |
| HSL | 69.78º | 0.61% | 0.29% | - |
| HSV(B) | 69.78º | 0.76% | 0.47% | - |
| XYZ | 13 | 16.83 | 3.73 | - |
| YUV | 106.03 | 84.53 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 121 | 29 | 0.12 | 0 | 0.76 | 0.53 | 69.78 | 0.61 | 0.29 |
| Hex | 6A | 79 | 1D | C | 0 | 4C | 35 | 46 | 3D | 1D |
| Octal | 152 | 171 | 35 | 14 | 0 | 114 | 65 | 106 | 75 | 35 |
| Binary | 1101010 | 1111001 | 11101 | 1100 | 0 | 1001100 | 110101 | 1000110 | 111101 | 11101 |
Color Harmonies of #6A791D
Complementary color
Monochromatic Colors of #6A791D
Black with #6A791D
Text Example
Text Example
White with #6A791D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A791D; }
p { color: rgb(106,121,29); }
H1.HeaderClassName
{
color: #6A791D;
}
.AnyTagClassName
{
color: #6A791D;
}
</style>
background-color css
<style>
a { background-color: #6A791D; }
a { background-color: rgb(106,121,29); }
div.DivClassName
{
background-color: #6A791D;
}
.BgClassName
{
background-color: #6A791D;
}
</style>
border-color css
<style>
span { border-color: #6A791D; }
span { border-color: rgb(106,121,29); }
td.TdClassName
{
border-color: #6A791D;
}
.TagClassName
{
border-color: #6A791D;
}
</style>