Shades of Fiji Green #6F7A19
Tints of Fiji Green #6F7A19
RGB
CMYK
RGB Variations
Color information
#6F7A19 (or 0x6F7A19) is known color: Fiji Green. HEX triplet: 6F, 7A and 19. RGB value is (111,122,25). Sum of RGB (Red+Green+Blue) = 111+122+25=258 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.02% from 258); Green value is 122 (48.05% from 255 or 47.29% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 122 - color contains mainly: green. Hex color #6F7A19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F7A19 is #9085E6. Grayscale: #6C6C6C. Windows color (decimal): -9471463 or 1669743. OLE color: 1669743.
HSL color Cylindrical-coordinate representation of color #6F7A19: hue angle of 66.8º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F7A19 is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 111 | 122 | 25 | - |
| CMYK | 0.09 | 0 | 0.80 | 0.52 |
| HSL | 66.8º | 0.66% | 0.29% | - |
| HSV(B) | 66.8º | 0.8% | 0.48% | - |
| XYZ | 13.69 | 17.37 | 3.55 | - |
| YUV | 107.65 | 81.36 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 122 | 25 | 0.09 | 0 | 0.80 | 0.52 | 66.8 | 0.66 | 0.29 |
| Hex | 6F | 7A | 19 | 9 | 0 | 50 | 34 | 43 | 42 | 1D |
| Octal | 157 | 172 | 31 | 11 | 0 | 120 | 64 | 103 | 102 | 35 |
| Binary | 1101111 | 1111010 | 11001 | 1001 | 0 | 1010000 | 110100 | 1000011 | 1000010 | 11101 |
Color Harmonies of #6F7A19
Complementary color
Monochromatic Colors of #6F7A19
Black with #6F7A19
Text Example
Text Example
White with #6F7A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7A19; }
p { color: rgb(111,122,25); }
H1.HeaderClassName
{
color: #6F7A19;
}
.AnyTagClassName
{
color: #6F7A19;
}
</style>
background-color css
<style>
a { background-color: #6F7A19; }
a { background-color: rgb(111,122,25); }
div.DivClassName
{
background-color: #6F7A19;
}
.BgClassName
{
background-color: #6F7A19;
}
</style>
border-color css
<style>
span { border-color: #6F7A19; }
span { border-color: rgb(111,122,25); }
td.TdClassName
{
border-color: #6F7A19;
}
.TagClassName
{
border-color: #6F7A19;
}
</style>