Shades of Fiji Green #6A781D
Tints of Fiji Green #6A781D
RGB
CMYK
RGB Variations
Color information
#6A781D (or 0x6A781D) is known color: Fiji Green. HEX triplet: 6A, 78 and 1D. RGB value is (106,120,29). Sum of RGB (Red+Green+Blue) = 106+120+29=255 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.57% from 255); Green value is 120 (47.27% from 255 or 47.06% from 255); Blue value is 29 (11.72% from 255 or 11.37% from 255); Max value from RGB is 120 - color contains mainly: green. Hex color #6A781D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A781D is #9587E2. Grayscale: #696969. Windows color (decimal): -9799651 or 1931370. OLE color: 1931370.
HSL color Cylindrical-coordinate representation of color #6A781D: hue angle of 69.23º 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 #6A781D is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 106 | 120 | 29 | - |
| CMYK | 0.12 | 0 | 0.76 | 0.53 |
| HSL | 69.23º | 0.61% | 0.29% | - |
| HSV(B) | 69.23º | 0.76% | 0.47% | - |
| XYZ | 12.88 | 16.59 | 3.68 | - |
| YUV | 105.44 | 84.86 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 120 | 29 | 0.12 | 0 | 0.76 | 0.53 | 69.23 | 0.61 | 0.29 |
| Hex | 6A | 78 | 1D | C | 0 | 4C | 35 | 45 | 3D | 1D |
| Octal | 152 | 170 | 35 | 14 | 0 | 114 | 65 | 105 | 75 | 35 |
| Binary | 1101010 | 1111000 | 11101 | 1100 | 0 | 1001100 | 110101 | 1000101 | 111101 | 11101 |
Color Harmonies of #6A781D
Complementary color
Monochromatic Colors of #6A781D
Black with #6A781D
Text Example
Text Example
White with #6A781D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A781D; }
p { color: rgb(106,120,29); }
H1.HeaderClassName
{
color: #6A781D;
}
.AnyTagClassName
{
color: #6A781D;
}
</style>
background-color css
<style>
a { background-color: #6A781D; }
a { background-color: rgb(106,120,29); }
div.DivClassName
{
background-color: #6A781D;
}
.BgClassName
{
background-color: #6A781D;
}
</style>
border-color css
<style>
span { border-color: #6A781D; }
span { border-color: rgb(106,120,29); }
td.TdClassName
{
border-color: #6A781D;
}
.TagClassName
{
border-color: #6A781D;
}
</style>