Shades of Fiji Green #6A7A17
Tints of Fiji Green #6A7A17
RGB
CMYK
RGB Variations
Color information
#6A7A17 (or 0x6A7A17) is known color: Fiji Green. HEX triplet: 6A, 7A and 17. RGB value is (106,122,23). Sum of RGB (Red+Green+Blue) = 106+122+23=251 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.23% from 251); Green value is 122 (48.05% from 255 or 48.61% from 251); Blue value is 23 (9.38% from 255 or 9.16% from 251); Max value from RGB is 122 - color contains mainly: green. Hex color #6A7A17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A7A17 is #9585E8. Grayscale: #6A6A6A. Windows color (decimal): -9799145 or 1538666. OLE color: 1538666.
HSL color Cylindrical-coordinate representation of color #6A7A17: hue angle of 69.7º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6A7A17 is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 106 | 122 | 23 | - |
| CMYK | 0.13 | 0 | 0.81 | 0.52 |
| HSL | 69.7º | 0.68% | 0.28% | - |
| HSV(B) | 69.7º | 0.81% | 0.48% | - |
| XYZ | 13.06 | 17.05 | 3.41 | - |
| YUV | 105.93 | 81.2 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 122 | 23 | 0.13 | 0 | 0.81 | 0.52 | 69.7 | 0.68 | 0.28 |
| Hex | 6A | 7A | 17 | D | 0 | 51 | 34 | 46 | 44 | 1C |
| Octal | 152 | 172 | 27 | 15 | 0 | 121 | 64 | 106 | 104 | 34 |
| Binary | 1101010 | 1111010 | 10111 | 1101 | 0 | 1010001 | 110100 | 1000110 | 1000100 | 11100 |
Color Harmonies of #6A7A17
Complementary color
Monochromatic Colors of #6A7A17
Black with #6A7A17
Text Example
Text Example
White with #6A7A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7A17; }
p { color: rgb(106,122,23); }
H1.HeaderClassName
{
color: #6A7A17;
}
.AnyTagClassName
{
color: #6A7A17;
}
</style>
background-color css
<style>
a { background-color: #6A7A17; }
a { background-color: rgb(106,122,23); }
div.DivClassName
{
background-color: #6A7A17;
}
.BgClassName
{
background-color: #6A7A17;
}
</style>
border-color css
<style>
span { border-color: #6A7A17; }
span { border-color: rgb(106,122,23); }
td.TdClassName
{
border-color: #6A7A17;
}
.TagClassName
{
border-color: #6A7A17;
}
</style>