Shades of Fiji Green #676F1D
Tints of Fiji Green #676F1D
RGB
CMYK
RGB Variations
Color information
#676F1D (or 0x676F1D) is known color: Fiji Green. HEX triplet: 67, 6F and 1D. RGB value is (103,111,29). Sum of RGB (Red+Green+Blue) = 103+111+29=243 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.39% from 243); Green value is 111 (43.75% from 255 or 45.68% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 111 - color contains mainly: green. Hex color #676F1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676F1D is #9890E2. Grayscale: #636363. Windows color (decimal): -9998563 or 1929063. OLE color: 1929063.
HSL color Cylindrical-coordinate representation of color #676F1D: hue angle of 65.85º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #676F1D is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 103 | 111 | 29 | - |
| CMYK | 0.07 | 0 | 0.74 | 0.56 |
| HSL | 65.85º | 0.59% | 0.27% | - |
| HSV(B) | 65.85º | 0.74% | 0.44% | - |
| XYZ | 11.5 | 14.34 | 3.32 | - |
| YUV | 99.26 | 88.35 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 111 | 29 | 0.07 | 0 | 0.74 | 0.56 | 65.85 | 0.59 | 0.27 |
| Hex | 67 | 6F | 1D | 7 | 0 | 4A | 38 | 42 | 3B | 1B |
| Octal | 147 | 157 | 35 | 7 | 0 | 112 | 70 | 102 | 73 | 33 |
| Binary | 1100111 | 1101111 | 11101 | 111 | 0 | 1001010 | 111000 | 1000010 | 111011 | 11011 |
Color Harmonies of #676F1D
Complementary color
Monochromatic Colors of #676F1D
Black with #676F1D
Text Example
Text Example
White with #676F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676F1D; }
p { color: rgb(103,111,29); }
H1.HeaderClassName
{
color: #676F1D;
}
.AnyTagClassName
{
color: #676F1D;
}
</style>
background-color css
<style>
a { background-color: #676F1D; }
a { background-color: rgb(103,111,29); }
div.DivClassName
{
background-color: #676F1D;
}
.BgClassName
{
background-color: #676F1D;
}
</style>
border-color css
<style>
span { border-color: #676F1D; }
span { border-color: rgb(103,111,29); }
td.TdClassName
{
border-color: #676F1D;
}
.TagClassName
{
border-color: #676F1D;
}
</style>