Shades of Fiji Green #68671E
Tints of Fiji Green #68671E
RGB
CMYK
RGB Variations
Color information
#68671E (or 0x68671E) is known color: Fiji Green. HEX triplet: 68, 67 and 1E. RGB value is (104,103,30). Sum of RGB (Red+Green+Blue) = 104+103+30=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 103 (40.62% from 255 or 43.46% from 237); Blue value is 30 (12.11% from 255 or 12.66% from 237); Max value from RGB is 104 - color contains mainly: red. Hex color #68671E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68671E is #9798E1. Grayscale: #5F5F5F. Windows color (decimal): -9935074 or 1992552. OLE color: 1992552.
HSL color Cylindrical-coordinate representation of color #68671E: hue angle of 59.19º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #68671E is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 103 | 30 | - |
| CMYK | 0 | 0.01 | 0.71 | 0.59 |
| HSL | 59.19º | 0.55% | 0.26% | - |
| HSV(B) | 59.19º | 0.71% | 0.41% | - |
| XYZ | 10.79 | 12.74 | 3.12 | - |
| YUV | 94.98 | 91.33 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 103 | 30 | 0 | 0.01 | 0.71 | 0.59 | 59.19 | 0.55 | 0.26 |
| Hex | 68 | 67 | 1E | 0 | 1 | 47 | 3B | 3B | 37 | 1A |
| Octal | 150 | 147 | 36 | 0 | 1 | 107 | 73 | 73 | 67 | 32 |
| Binary | 1101000 | 1100111 | 11110 | 0 | 1 | 1000111 | 111011 | 111011 | 110111 | 11010 |
Color Harmonies of #68671E
Complementary color
Monochromatic Colors of #68671E
Black with #68671E
Text Example
Text Example
White with #68671E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68671E; }
p { color: rgb(104,103,30); }
H1.HeaderClassName
{
color: #68671E;
}
.AnyTagClassName
{
color: #68671E;
}
</style>
background-color css
<style>
a { background-color: #68671E; }
a { background-color: rgb(104,103,30); }
div.DivClassName
{
background-color: #68671E;
}
.BgClassName
{
background-color: #68671E;
}
</style>
border-color css
<style>
span { border-color: #68671E; }
span { border-color: rgb(104,103,30); }
td.TdClassName
{
border-color: #68671E;
}
.TagClassName
{
border-color: #68671E;
}
</style>