Shades of Fiji Green #6A710F
Tints of Fiji Green #6A710F
RGB
CMYK
RGB Variations
Color information
#6A710F (or 0x6A710F) is known color: Fiji Green. HEX triplet: 6A, 71 and 0F. RGB value is (106,113,15). Sum of RGB (Red+Green+Blue) = 106+113+15=234 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.30% from 234); Green value is 113 (44.53% from 255 or 48.29% from 234); Blue value is 15 (6.25% from 255 or 6.41% from 234); Max value from RGB is 113 - color contains mainly: green. Hex color #6A710F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A710F is #958EF0. Grayscale: #646464. Windows color (decimal): -9801457 or 1012074. OLE color: 1012074.
HSL color Cylindrical-coordinate representation of color #6A710F: hue angle of 64.29º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6A710F is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 106 | 113 | 15 | - |
| CMYK | 0.06 | 0 | 0.87 | 0.56 |
| HSL | 64.29º | 0.77% | 0.25% | - |
| HSV(B) | 64.29º | 0.87% | 0.44% | - |
| XYZ | 11.94 | 14.91 | 2.7 | - |
| YUV | 99.74 | 80.18 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 113 | 15 | 0.06 | 0 | 0.87 | 0.56 | 64.29 | 0.77 | 0.25 |
| Hex | 6A | 71 | F | 6 | 0 | 57 | 38 | 40 | 4D | 19 |
| Octal | 152 | 161 | 17 | 6 | 0 | 127 | 70 | 100 | 115 | 31 |
| Binary | 1101010 | 1110001 | 1111 | 110 | 0 | 1010111 | 111000 | 1000000 | 1001101 | 11001 |
Color Harmonies of #6A710F
Complementary color
Monochromatic Colors of #6A710F
Black with #6A710F
Text Example
Text Example
White with #6A710F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A710F; }
p { color: rgb(106,113,15); }
H1.HeaderClassName
{
color: #6A710F;
}
.AnyTagClassName
{
color: #6A710F;
}
</style>
background-color css
<style>
a { background-color: #6A710F; }
a { background-color: rgb(106,113,15); }
div.DivClassName
{
background-color: #6A710F;
}
.BgClassName
{
background-color: #6A710F;
}
</style>
border-color css
<style>
span { border-color: #6A710F; }
span { border-color: rgb(106,113,15); }
td.TdClassName
{
border-color: #6A710F;
}
.TagClassName
{
border-color: #6A710F;
}
</style>