Shades of Fiji Green #6A7115
Tints of Fiji Green #6A7115
RGB
CMYK
RGB Variations
Color information
#6A7115 (or 0x6A7115) is known color: Fiji Green. HEX triplet: 6A, 71 and 15. RGB value is (106,113,21). Sum of RGB (Red+Green+Blue) = 106+113+21=240 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.17% from 240); Green value is 113 (44.53% from 255 or 47.08% from 240); Blue value is 21 (8.59% from 255 or 8.75% from 240); Max value from RGB is 113 - color contains mainly: green. Hex color #6A7115 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A7115 is #958EEA. Grayscale: #646464. Windows color (decimal): -9801451 or 1405290. OLE color: 1405290.
HSL color Cylindrical-coordinate representation of color #6A7115: hue angle of 64.57º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6A7115 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 106 | 113 | 21 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.56 |
| HSL | 64.57º | 0.69% | 0.26% | - |
| HSV(B) | 64.57º | 0.81% | 0.44% | - |
| XYZ | 11.98 | 14.93 | 2.96 | - |
| YUV | 100.42 | 83.18 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 113 | 21 | 0.06 | 0 | 0.81 | 0.56 | 64.57 | 0.69 | 0.26 |
| Hex | 6A | 71 | 15 | 6 | 0 | 51 | 38 | 41 | 45 | 1A |
| Octal | 152 | 161 | 25 | 6 | 0 | 121 | 70 | 101 | 105 | 32 |
| Binary | 1101010 | 1110001 | 10101 | 110 | 0 | 1010001 | 111000 | 1000001 | 1000101 | 11010 |
Color Harmonies of #6A7115
Complementary color
Monochromatic Colors of #6A7115
Black with #6A7115
Text Example
Text Example
White with #6A7115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7115; }
p { color: rgb(106,113,21); }
H1.HeaderClassName
{
color: #6A7115;
}
.AnyTagClassName
{
color: #6A7115;
}
</style>
background-color css
<style>
a { background-color: #6A7115; }
a { background-color: rgb(106,113,21); }
div.DivClassName
{
background-color: #6A7115;
}
.BgClassName
{
background-color: #6A7115;
}
</style>
border-color css
<style>
span { border-color: #6A7115; }
span { border-color: rgb(106,113,21); }
td.TdClassName
{
border-color: #6A7115;
}
.TagClassName
{
border-color: #6A7115;
}
</style>