Shades of Fiji Green #6A780D
Tints of Fiji Green #6A780D
RGB
CMYK
RGB Variations
Color information
#6A780D (or 0x6A780D) is known color: Fiji Green. HEX triplet: 6A, 78 and 0D. RGB value is (106,120,13). Sum of RGB (Red+Green+Blue) = 106+120+13=239 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.35% from 239); Green value is 120 (47.27% from 255 or 50.21% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 120 - color contains mainly: green. Hex color #6A780D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A780D is #9587F2. Grayscale: #686868. Windows color (decimal): -9799667 or 882794. OLE color: 882794.
HSL color Cylindrical-coordinate representation of color #6A780D: hue angle of 67.85º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6A780D is Cyan = 0.12, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 106 | 120 | 13 | - |
| CMYK | 0.12 | 0 | 0.89 | 0.53 |
| HSL | 67.85º | 0.8% | 0.26% | - |
| HSV(B) | 67.85º | 0.89% | 0.47% | - |
| XYZ | 12.73 | 16.53 | 2.9 | - |
| YUV | 103.62 | 76.86 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 120 | 13 | 0.12 | 0 | 0.89 | 0.53 | 67.85 | 0.8 | 0.26 |
| Hex | 6A | 78 | D | C | 0 | 59 | 35 | 44 | 50 | 1A |
| Octal | 152 | 170 | 15 | 14 | 0 | 131 | 65 | 104 | 120 | 32 |
| Binary | 1101010 | 1111000 | 1101 | 1100 | 0 | 1011001 | 110101 | 1000100 | 1010000 | 11010 |
Color Harmonies of #6A780D
Complementary color
Monochromatic Colors of #6A780D
Black with #6A780D
Text Example
Text Example
White with #6A780D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A780D; }
p { color: rgb(106,120,13); }
H1.HeaderClassName
{
color: #6A780D;
}
.AnyTagClassName
{
color: #6A780D;
}
</style>
background-color css
<style>
a { background-color: #6A780D; }
a { background-color: rgb(106,120,13); }
div.DivClassName
{
background-color: #6A780D;
}
.BgClassName
{
background-color: #6A780D;
}
</style>
border-color css
<style>
span { border-color: #6A780D; }
span { border-color: rgb(106,120,13); }
td.TdClassName
{
border-color: #6A780D;
}
.TagClassName
{
border-color: #6A780D;
}
</style>