Shades of Fiji Green #676F04
Tints of Fiji Green #676F04
RGB
CMYK
RGB Variations
Color information
#676F04 (or 0x676F04) is known color: Fiji Green. HEX triplet: 67, 6F and 04. RGB value is (103,111,4). Sum of RGB (Red+Green+Blue) = 103+111+4=218 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.25% from 218); Green value is 111 (43.75% from 255 or 50.92% from 218); Blue value is 4 (1.95% from 255 or 1.83% from 218); Max value from RGB is 111 - color contains mainly: green. Hex color #676F04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #676F04 is #9890FB. Grayscale: #606060. Windows color (decimal): -9998588 or 290663. OLE color: 290663.
HSL color Cylindrical-coordinate representation of color #676F04: hue angle of 64.49º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #676F04 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 103 | 111 | 4 | - |
| CMYK | 0.07 | 0 | 0.96 | 0.56 |
| HSL | 64.49º | 0.93% | 0.23% | - |
| HSV(B) | 64.49º | 0.96% | 0.44% | - |
| XYZ | 11.3 | 14.26 | 2.27 | - |
| YUV | 96.41 | 75.85 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 111 | 4 | 0.07 | 0 | 0.96 | 0.56 | 64.49 | 0.93 | 0.23 |
| Hex | 67 | 6F | 4 | 7 | 0 | 60 | 38 | 40 | 5D | 17 |
| Octal | 147 | 157 | 4 | 7 | 0 | 140 | 70 | 100 | 135 | 27 |
| Binary | 1100111 | 1101111 | 100 | 111 | 0 | 1100000 | 111000 | 1000000 | 1011101 | 10111 |
Color Harmonies of #676F04
Complementary color
Monochromatic Colors of #676F04
Black with #676F04
Text Example
Text Example
White with #676F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676F04; }
p { color: rgb(103,111,4); }
H1.HeaderClassName
{
color: #676F04;
}
.AnyTagClassName
{
color: #676F04;
}
</style>
background-color css
<style>
a { background-color: #676F04; }
a { background-color: rgb(103,111,4); }
div.DivClassName
{
background-color: #676F04;
}
.BgClassName
{
background-color: #676F04;
}
</style>
border-color css
<style>
span { border-color: #676F04; }
span { border-color: rgb(103,111,4); }
td.TdClassName
{
border-color: #676F04;
}
.TagClassName
{
border-color: #676F04;
}
</style>