Shades of Fiji Green #67660D
Tints of Fiji Green #67660D
RGB
CMYK
RGB Variations
Color information
#67660D (or 0x67660D) is known color: Fiji Green. HEX triplet: 67, 66 and 0D. RGB value is (103,102,13). Sum of RGB (Red+Green+Blue) = 103+102+13=218 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.25% from 218); Green value is 102 (40.23% from 255 or 46.79% from 218); Blue value is 13 (5.47% from 255 or 5.96% from 218); Max value from RGB is 103 - color contains mainly: red. Hex color #67660D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #67660D is #9899F2. Grayscale: #5C5C5C. Windows color (decimal): -10000883 or 878183. OLE color: 878183.
HSL color Cylindrical-coordinate representation of color #67660D: hue angle of 59.33º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #67660D is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 102 | 13 | - |
| CMYK | 0 | 0.01 | 0.87 | 0.60 |
| HSL | 59.33º | 0.78% | 0.23% | - |
| HSV(B) | 59.33º | 0.87% | 0.4% | - |
| XYZ | 10.42 | 12.42 | 2.23 | - |
| YUV | 92.15 | 83.33 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 102 | 13 | 0 | 0.01 | 0.87 | 0.60 | 59.33 | 0.78 | 0.23 |
| Hex | 67 | 66 | D | 0 | 1 | 57 | 3C | 3B | 4E | 17 |
| Octal | 147 | 146 | 15 | 0 | 1 | 127 | 74 | 73 | 116 | 27 |
| Binary | 1100111 | 1100110 | 1101 | 0 | 1 | 1010111 | 111100 | 111011 | 1001110 | 10111 |
Color Harmonies of #67660D
Complementary color
Monochromatic Colors of #67660D
Black with #67660D
Text Example
Text Example
White with #67660D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67660D; }
p { color: rgb(103,102,13); }
H1.HeaderClassName
{
color: #67660D;
}
.AnyTagClassName
{
color: #67660D;
}
</style>
background-color css
<style>
a { background-color: #67660D; }
a { background-color: rgb(103,102,13); }
div.DivClassName
{
background-color: #67660D;
}
.BgClassName
{
background-color: #67660D;
}
</style>
border-color css
<style>
span { border-color: #67660D; }
span { border-color: rgb(103,102,13); }
td.TdClassName
{
border-color: #67660D;
}
.TagClassName
{
border-color: #67660D;
}
</style>