Shades of Fiji Green #676B1C
Tints of Fiji Green #676B1C
RGB
CMYK
RGB Variations
Color information
#676B1C (or 0x676B1C) is known color: Fiji Green. HEX triplet: 67, 6B and 1C. RGB value is (103,107,28). Sum of RGB (Red+Green+Blue) = 103+107+28=238 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.28% from 238); Green value is 107 (42.19% from 255 or 44.96% from 238); Blue value is 28 (11.33% from 255 or 11.76% from 238); Max value from RGB is 107 - color contains mainly: green. Hex color #676B1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676B1C is #9894E3. Grayscale: #616161. Windows color (decimal): -9999588 or 1862503. OLE color: 1862503.
HSL color Cylindrical-coordinate representation of color #676B1C: hue angle of 63.04º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #676B1C is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 103 | 107 | 28 | - |
| CMYK | 0.04 | 0 | 0.74 | 0.58 |
| HSL | 63.04º | 0.59% | 0.26% | - |
| HSV(B) | 63.04º | 0.74% | 0.42% | - |
| XYZ | 11.06 | 13.48 | 3.12 | - |
| YUV | 96.8 | 89.17 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 107 | 28 | 0.04 | 0 | 0.74 | 0.58 | 63.04 | 0.59 | 0.26 |
| Hex | 67 | 6B | 1C | 4 | 0 | 4A | 3A | 3F | 3B | 1A |
| Octal | 147 | 153 | 34 | 4 | 0 | 112 | 72 | 77 | 73 | 32 |
| Binary | 1100111 | 1101011 | 11100 | 100 | 0 | 1001010 | 111010 | 111111 | 111011 | 11010 |
Color Harmonies of #676B1C
Complementary color
Monochromatic Colors of #676B1C
Black with #676B1C
Text Example
Text Example
White with #676B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676B1C; }
p { color: rgb(103,107,28); }
H1.HeaderClassName
{
color: #676B1C;
}
.AnyTagClassName
{
color: #676B1C;
}
</style>
background-color css
<style>
a { background-color: #676B1C; }
a { background-color: rgb(103,107,28); }
div.DivClassName
{
background-color: #676B1C;
}
.BgClassName
{
background-color: #676B1C;
}
</style>
border-color css
<style>
span { border-color: #676B1C; }
span { border-color: rgb(103,107,28); }
td.TdClassName
{
border-color: #676B1C;
}
.TagClassName
{
border-color: #676B1C;
}
</style>