Shades of Fiji Green #676606
Tints of Fiji Green #676606
RGB
CMYK
RGB Variations
Color information
#676606 (or 0x676606) is known color: Fiji Green. HEX triplet: 67, 66 and 06. RGB value is (103,102,6). Sum of RGB (Red+Green+Blue) = 103+102+6=211 (27% of max value = 765). Red value is 103 (40.62% from 255 or 48.82% from 211); Green value is 102 (40.23% from 255 or 48.34% from 211); Blue value is 6 (2.73% from 255 or 2.84% from 211); Max value from RGB is 103 - color contains mainly: red. Hex color #676606 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #676606 is #9899F9. Grayscale: #5B5B5B. Windows color (decimal): -10000890 or 419431. OLE color: 419431.
HSL color Cylindrical-coordinate representation of color #676606: hue angle of 59.38º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #676606 is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 102 | 6 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.60 |
| HSL | 59.38º | 0.89% | 0.21% | - |
| HSV(B) | 59.38º | 0.94% | 0.4% | - |
| XYZ | 10.38 | 12.4 | 2.02 | - |
| YUV | 91.36 | 79.83 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 102 | 6 | 0 | 0.01 | 0.94 | 0.60 | 59.38 | 0.89 | 0.21 |
| Hex | 67 | 66 | 6 | 0 | 1 | 5E | 3C | 3B | 59 | 15 |
| Octal | 147 | 146 | 6 | 0 | 1 | 136 | 74 | 73 | 131 | 25 |
| Binary | 1100111 | 1100110 | 110 | 0 | 1 | 1011110 | 111100 | 111011 | 1011001 | 10101 |
Color Harmonies of #676606
Complementary color
Monochromatic Colors of #676606
Black with #676606
Text Example
Text Example
White with #676606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676606; }
p { color: rgb(103,102,6); }
H1.HeaderClassName
{
color: #676606;
}
.AnyTagClassName
{
color: #676606;
}
</style>
background-color css
<style>
a { background-color: #676606; }
a { background-color: rgb(103,102,6); }
div.DivClassName
{
background-color: #676606;
}
.BgClassName
{
background-color: #676606;
}
</style>
border-color css
<style>
span { border-color: #676606; }
span { border-color: rgb(103,102,6); }
td.TdClassName
{
border-color: #676606;
}
.TagClassName
{
border-color: #676606;
}
</style>