Shades of Fiji Green #67640C
Tints of Fiji Green #67640C
RGB
CMYK
RGB Variations
Color information
#67640C (or 0x67640C) is known color: Fiji Green. HEX triplet: 67, 64 and 0C. RGB value is (103,100,12). Sum of RGB (Red+Green+Blue) = 103+100+12=215 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.91% from 215); Green value is 100 (39.45% from 255 or 46.51% from 215); Blue value is 12 (5.08% from 255 or 5.58% from 215); Max value from RGB is 103 - color contains mainly: red. Hex color #67640C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #67640C is #989BF3. Grayscale: #5B5B5B. Windows color (decimal): -10001396 or 812135. OLE color: 812135.
HSL color Cylindrical-coordinate representation of color #67640C: hue angle of 58.02º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #67640C is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 100 | 12 | - |
| CMYK | 0 | 0.03 | 0.88 | 0.60 |
| HSL | 58.02º | 0.79% | 0.23% | - |
| HSV(B) | 58.02º | 0.88% | 0.4% | - |
| XYZ | 10.22 | 12.02 | 2.13 | - |
| YUV | 90.87 | 83.49 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 100 | 12 | 0 | 0.03 | 0.88 | 0.60 | 58.02 | 0.79 | 0.23 |
| Hex | 67 | 64 | C | 0 | 3 | 58 | 3C | 3A | 4F | 17 |
| Octal | 147 | 144 | 14 | 0 | 3 | 130 | 74 | 72 | 117 | 27 |
| Binary | 1100111 | 1100100 | 1100 | 0 | 11 | 1011000 | 111100 | 111010 | 1001111 | 10111 |
Color Harmonies of #67640C
Complementary color
Monochromatic Colors of #67640C
Black with #67640C
Text Example
Text Example
White with #67640C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67640C; }
p { color: rgb(103,100,12); }
H1.HeaderClassName
{
color: #67640C;
}
.AnyTagClassName
{
color: #67640C;
}
</style>
background-color css
<style>
a { background-color: #67640C; }
a { background-color: rgb(103,100,12); }
div.DivClassName
{
background-color: #67640C;
}
.BgClassName
{
background-color: #67640C;
}
</style>
border-color css
<style>
span { border-color: #67640C; }
span { border-color: rgb(103,100,12); }
td.TdClassName
{
border-color: #67640C;
}
.TagClassName
{
border-color: #67640C;
}
</style>