Shades of Fiji Green #676C17
Tints of Fiji Green #676C17
RGB
CMYK
RGB Variations
Color information
#676C17 (or 0x676C17) is known color: Fiji Green. HEX triplet: 67, 6C and 17. RGB value is (103,108,23). Sum of RGB (Red+Green+Blue) = 103+108+23=234 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.02% from 234); Green value is 108 (42.58% from 255 or 46.15% from 234); Blue value is 23 (9.38% from 255 or 9.83% from 234); Max value from RGB is 108 - color contains mainly: green. Hex color #676C17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #676C17 is #9893E8. Grayscale: #616161. Windows color (decimal): -9999337 or 1535079. OLE color: 1535079.
HSL color Cylindrical-coordinate representation of color #676C17: hue angle of 63.53º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #676C17 is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 103 | 108 | 23 | - |
| CMYK | 0.05 | 0 | 0.79 | 0.58 |
| HSL | 63.53º | 0.65% | 0.26% | - |
| HSV(B) | 63.53º | 0.79% | 0.42% | - |
| XYZ | 11.11 | 13.67 | 2.86 | - |
| YUV | 96.82 | 86.34 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 108 | 23 | 0.05 | 0 | 0.79 | 0.58 | 63.53 | 0.65 | 0.26 |
| Hex | 67 | 6C | 17 | 5 | 0 | 4F | 3A | 40 | 41 | 1A |
| Octal | 147 | 154 | 27 | 5 | 0 | 117 | 72 | 100 | 101 | 32 |
| Binary | 1100111 | 1101100 | 10111 | 101 | 0 | 1001111 | 111010 | 1000000 | 1000001 | 11010 |
Color Harmonies of #676C17
Complementary color
Monochromatic Colors of #676C17
Black with #676C17
Text Example
Text Example
White with #676C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676C17; }
p { color: rgb(103,108,23); }
H1.HeaderClassName
{
color: #676C17;
}
.AnyTagClassName
{
color: #676C17;
}
</style>
background-color css
<style>
a { background-color: #676C17; }
a { background-color: rgb(103,108,23); }
div.DivClassName
{
background-color: #676C17;
}
.BgClassName
{
background-color: #676C17;
}
</style>
border-color css
<style>
span { border-color: #676C17; }
span { border-color: rgb(103,108,23); }
td.TdClassName
{
border-color: #676C17;
}
.TagClassName
{
border-color: #676C17;
}
</style>