Shades of Fiji Green #676F16
Tints of Fiji Green #676F16
RGB
CMYK
RGB Variations
Color information
#676F16 (or 0x676F16) is known color: Fiji Green. HEX triplet: 67, 6F and 16. RGB value is (103,111,22). Sum of RGB (Red+Green+Blue) = 103+111+22=236 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.64% from 236); Green value is 111 (43.75% from 255 or 47.03% from 236); Blue value is 22 (8.98% from 255 or 9.32% from 236); Max value from RGB is 111 - color contains mainly: green. Hex color #676F16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #676F16 is #9890E9. Grayscale: #626262. Windows color (decimal): -9998570 or 1470311. OLE color: 1470311.
HSL color Cylindrical-coordinate representation of color #676F16: hue angle of 65.39º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #676F16 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 103 | 111 | 22 | - |
| CMYK | 0.07 | 0 | 0.80 | 0.56 |
| HSL | 65.39º | 0.67% | 0.26% | - |
| HSV(B) | 65.39º | 0.8% | 0.44% | - |
| XYZ | 11.42 | 14.31 | 2.92 | - |
| YUV | 98.46 | 84.85 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 111 | 22 | 0.07 | 0 | 0.80 | 0.56 | 65.39 | 0.67 | 0.26 |
| Hex | 67 | 6F | 16 | 7 | 0 | 50 | 38 | 41 | 43 | 1A |
| Octal | 147 | 157 | 26 | 7 | 0 | 120 | 70 | 101 | 103 | 32 |
| Binary | 1100111 | 1101111 | 10110 | 111 | 0 | 1010000 | 111000 | 1000001 | 1000011 | 11010 |
Color Harmonies of #676F16
Complementary color
Monochromatic Colors of #676F16
Black with #676F16
Text Example
Text Example
White with #676F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676F16; }
p { color: rgb(103,111,22); }
H1.HeaderClassName
{
color: #676F16;
}
.AnyTagClassName
{
color: #676F16;
}
</style>
background-color css
<style>
a { background-color: #676F16; }
a { background-color: rgb(103,111,22); }
div.DivClassName
{
background-color: #676F16;
}
.BgClassName
{
background-color: #676F16;
}
</style>
border-color css
<style>
span { border-color: #676F16; }
span { border-color: rgb(103,111,22); }
td.TdClassName
{
border-color: #676F16;
}
.TagClassName
{
border-color: #676F16;
}
</style>