Shades of Fiji Green #6A6A17
Tints of Fiji Green #6A6A17
RGB
CMYK
RGB Variations
Color information
#6A6A17 (or 0x6A6A17) is known color: Fiji Green. HEX triplet: 6A, 6A and 17. RGB value is (106,106,23). Sum of RGB (Red+Green+Blue) = 106+106+23=235 (31% of max value = 765). Red value is 106 (41.80% from 255 or 45.11% from 235); Green value is 106 (41.80% from 255 or 45.11% from 235); Blue value is 23 (9.38% from 255 or 9.79% from 235); Max value from RGB is 106 - color contains mainly: red, green. Hex color #6A6A17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A6A17 is #9595E8. Grayscale: #606060. Windows color (decimal): -9803241 or 1534570. OLE color: 1534570.
HSL color Cylindrical-coordinate representation of color #6A6A17: hue angle of 60º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6A6A17 is Cyan = 0, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 106 | 23 | - |
| CMYK | 0 | 0 | 0.78 | 0.58 |
| HSL | 60º | 0.64% | 0.25% | - |
| HSV(B) | 60º | 0.78% | 0.42% | - |
| XYZ | 11.25 | 13.43 | 2.81 | - |
| YUV | 96.54 | 86.5 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 106 | 23 | 0 | 0 | 0.78 | 0.58 | 60 | 0.64 | 0.25 |
| Hex | 6A | 6A | 17 | 0 | 0 | 4E | 3A | 3C | 40 | 19 |
| Octal | 152 | 152 | 27 | 0 | 0 | 116 | 72 | 74 | 100 | 31 |
| Binary | 1101010 | 1101010 | 10111 | 0 | 0 | 1001110 | 111010 | 111100 | 1000000 | 11001 |
Color Harmonies of #6A6A17
Complementary color
Monochromatic Colors of #6A6A17
Black with #6A6A17
Text Example
Text Example
White with #6A6A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6A17; }
p { color: rgb(106,106,23); }
H1.HeaderClassName
{
color: #6A6A17;
}
.AnyTagClassName
{
color: #6A6A17;
}
</style>
background-color css
<style>
a { background-color: #6A6A17; }
a { background-color: rgb(106,106,23); }
div.DivClassName
{
background-color: #6A6A17;
}
.BgClassName
{
background-color: #6A6A17;
}
</style>
border-color css
<style>
span { border-color: #6A6A17; }
span { border-color: rgb(106,106,23); }
td.TdClassName
{
border-color: #6A6A17;
}
.TagClassName
{
border-color: #6A6A17;
}
</style>