Shades of Fiji Green #6A730D
Tints of Fiji Green #6A730D
RGB
CMYK
RGB Variations
Color information
#6A730D (or 0x6A730D) is known color: Fiji Green. HEX triplet: 6A, 73 and 0D. RGB value is (106,115,13). Sum of RGB (Red+Green+Blue) = 106+115+13=234 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.30% from 234); Green value is 115 (45.31% from 255 or 49.15% from 234); Blue value is 13 (5.47% from 255 or 5.56% from 234); Max value from RGB is 115 - color contains mainly: green. Hex color #6A730D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A730D is #958CF2. Grayscale: #656565. Windows color (decimal): -9800947 or 881514. OLE color: 881514.
HSL color Cylindrical-coordinate representation of color #6A730D: hue angle of 65.29º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6A730D is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 115 | 13 | - |
| CMYK | 0.08 | 0 | 0.89 | 0.55 |
| HSL | 65.29º | 0.8% | 0.25% | - |
| HSV(B) | 65.29º | 0.89% | 0.45% | - |
| XYZ | 12.15 | 15.35 | 2.7 | - |
| YUV | 100.68 | 78.52 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 115 | 13 | 0.08 | 0 | 0.89 | 0.55 | 65.29 | 0.8 | 0.25 |
| Hex | 6A | 73 | D | 8 | 0 | 59 | 37 | 41 | 50 | 19 |
| Octal | 152 | 163 | 15 | 10 | 0 | 131 | 67 | 101 | 120 | 31 |
| Binary | 1101010 | 1110011 | 1101 | 1000 | 0 | 1011001 | 110111 | 1000001 | 1010000 | 11001 |
Color Harmonies of #6A730D
Complementary color
Monochromatic Colors of #6A730D
Black with #6A730D
Text Example
Text Example
White with #6A730D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A730D; }
p { color: rgb(106,115,13); }
H1.HeaderClassName
{
color: #6A730D;
}
.AnyTagClassName
{
color: #6A730D;
}
</style>
background-color css
<style>
a { background-color: #6A730D; }
a { background-color: rgb(106,115,13); }
div.DivClassName
{
background-color: #6A730D;
}
.BgClassName
{
background-color: #6A730D;
}
</style>
border-color css
<style>
span { border-color: #6A730D; }
span { border-color: rgb(106,115,13); }
td.TdClassName
{
border-color: #6A730D;
}
.TagClassName
{
border-color: #6A730D;
}
</style>