Shades of Fiji Green #67681E
Tints of Fiji Green #67681E
RGB
CMYK
RGB Variations
Color information
#67681E (or 0x67681E) is known color: Fiji Green. HEX triplet: 67, 68 and 1E. RGB value is (103,104,30). Sum of RGB (Red+Green+Blue) = 103+104+30=237 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.46% from 237); Green value is 104 (41.02% from 255 or 43.88% from 237); Blue value is 30 (12.11% from 255 or 12.66% from 237); Max value from RGB is 104 - color contains mainly: green. Hex color #67681E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67681E is #9897E1. Grayscale: #5F5F5F. Windows color (decimal): -10000354 or 1992807. OLE color: 1992807.
HSL color Cylindrical-coordinate representation of color #67681E: hue angle of 60.81º 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 #67681E is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 103 | 104 | 30 | - |
| CMYK | 0.01 | 0 | 0.71 | 0.59 |
| HSL | 60.81º | 0.55% | 0.26% | - |
| HSV(B) | 60.81º | 0.71% | 0.41% | - |
| XYZ | 10.78 | 12.88 | 3.15 | - |
| YUV | 95.27 | 91.17 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 104 | 30 | 0.01 | 0 | 0.71 | 0.59 | 60.81 | 0.55 | 0.26 |
| Hex | 67 | 68 | 1E | 1 | 0 | 47 | 3B | 3D | 37 | 1A |
| Octal | 147 | 150 | 36 | 1 | 0 | 107 | 73 | 75 | 67 | 32 |
| Binary | 1100111 | 1101000 | 11110 | 1 | 0 | 1000111 | 111011 | 111101 | 110111 | 11010 |
Color Harmonies of #67681E
Complementary color
Monochromatic Colors of #67681E
Black with #67681E
Text Example
Text Example
White with #67681E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67681E; }
p { color: rgb(103,104,30); }
H1.HeaderClassName
{
color: #67681E;
}
.AnyTagClassName
{
color: #67681E;
}
</style>
background-color css
<style>
a { background-color: #67681E; }
a { background-color: rgb(103,104,30); }
div.DivClassName
{
background-color: #67681E;
}
.BgClassName
{
background-color: #67681E;
}
</style>
border-color css
<style>
span { border-color: #67681E; }
span { border-color: rgb(103,104,30); }
td.TdClassName
{
border-color: #67681E;
}
.TagClassName
{
border-color: #67681E;
}
</style>