Shades of Fiji Green #676A1B
Tints of Fiji Green #676A1B
RGB
CMYK
RGB Variations
Color information
#676A1B (or 0x676A1B) is known color: Fiji Green. HEX triplet: 67, 6A and 1B. RGB value is (103,106,27). Sum of RGB (Red+Green+Blue) = 103+106+27=236 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.64% from 236); Green value is 106 (41.80% from 255 or 44.92% from 236); Blue value is 27 (10.94% from 255 or 11.44% from 236); Max value from RGB is 106 - color contains mainly: green. Hex color #676A1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676A1B is #9895E4. Grayscale: #606060. Windows color (decimal): -9999845 or 1796711. OLE color: 1796711.
HSL color Cylindrical-coordinate representation of color #676A1B: hue angle of 62.28º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #676A1B is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 103 | 106 | 27 | - |
| CMYK | 0.03 | 0 | 0.75 | 0.58 |
| HSL | 62.28º | 0.59% | 0.26% | - |
| HSV(B) | 62.28º | 0.75% | 0.42% | - |
| XYZ | 10.95 | 13.27 | 3.02 | - |
| YUV | 96.1 | 89.01 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 106 | 27 | 0.03 | 0 | 0.75 | 0.58 | 62.28 | 0.59 | 0.26 |
| Hex | 67 | 6A | 1B | 3 | 0 | 4B | 3A | 3E | 3B | 1A |
| Octal | 147 | 152 | 33 | 3 | 0 | 113 | 72 | 76 | 73 | 32 |
| Binary | 1100111 | 1101010 | 11011 | 11 | 0 | 1001011 | 111010 | 111110 | 111011 | 11010 |
Color Harmonies of #676A1B
Complementary color
Monochromatic Colors of #676A1B
Black with #676A1B
Text Example
Text Example
White with #676A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676A1B; }
p { color: rgb(103,106,27); }
H1.HeaderClassName
{
color: #676A1B;
}
.AnyTagClassName
{
color: #676A1B;
}
</style>
background-color css
<style>
a { background-color: #676A1B; }
a { background-color: rgb(103,106,27); }
div.DivClassName
{
background-color: #676A1B;
}
.BgClassName
{
background-color: #676A1B;
}
</style>
border-color css
<style>
span { border-color: #676A1B; }
span { border-color: rgb(103,106,27); }
td.TdClassName
{
border-color: #676A1B;
}
.TagClassName
{
border-color: #676A1B;
}
</style>