Shades of Fiji Green #676B07
Tints of Fiji Green #676B07
RGB
CMYK
RGB Variations
Color information
#676B07 (or 0x676B07) is known color: Fiji Green. HEX triplet: 67, 6B and 07. RGB value is (103,107,7). Sum of RGB (Red+Green+Blue) = 103+107+7=217 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.47% from 217); Green value is 107 (42.19% from 255 or 49.31% from 217); Blue value is 7 (3.12% from 255 or 3.23% from 217); Max value from RGB is 107 - color contains mainly: green. Hex color #676B07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #676B07 is #9894F8. Grayscale: #5E5E5E. Windows color (decimal): -9999609 or 486247. OLE color: 486247.
HSL color Cylindrical-coordinate representation of color #676B07: hue angle of 62.4º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #676B07 is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 103 | 107 | 7 | - |
| CMYK | 0.04 | 0 | 0.93 | 0.58 |
| HSL | 62.4º | 0.88% | 0.22% | - |
| HSV(B) | 62.4º | 0.93% | 0.42% | - |
| XYZ | 10.89 | 13.41 | 2.22 | - |
| YUV | 94.4 | 78.67 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 107 | 7 | 0.04 | 0 | 0.93 | 0.58 | 62.4 | 0.88 | 0.22 |
| Hex | 67 | 6B | 7 | 4 | 0 | 5D | 3A | 3E | 58 | 16 |
| Octal | 147 | 153 | 7 | 4 | 0 | 135 | 72 | 76 | 130 | 26 |
| Binary | 1100111 | 1101011 | 111 | 100 | 0 | 1011101 | 111010 | 111110 | 1011000 | 10110 |
Color Harmonies of #676B07
Complementary color
Monochromatic Colors of #676B07
Black with #676B07
Text Example
Text Example
White with #676B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676B07; }
p { color: rgb(103,107,7); }
H1.HeaderClassName
{
color: #676B07;
}
.AnyTagClassName
{
color: #676B07;
}
</style>
background-color css
<style>
a { background-color: #676B07; }
a { background-color: rgb(103,107,7); }
div.DivClassName
{
background-color: #676B07;
}
.BgClassName
{
background-color: #676B07;
}
</style>
border-color css
<style>
span { border-color: #676B07; }
span { border-color: rgb(103,107,7); }
td.TdClassName
{
border-color: #676B07;
}
.TagClassName
{
border-color: #676B07;
}
</style>