Shades of Fiji Green #67670C
Tints of Fiji Green #67670C
RGB
CMYK
RGB Variations
Color information
#67670C (or 0x67670C) is known color: Fiji Green. HEX triplet: 67, 67 and 0C. RGB value is (103,103,12). Sum of RGB (Red+Green+Blue) = 103+103+12=218 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.25% from 218); Green value is 103 (40.62% from 255 or 47.25% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 103 - color contains mainly: red, green. Hex color #67670C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #67670C is #9898F3. Grayscale: #5C5C5C. Windows color (decimal): -10000628 or 812903. OLE color: 812903.
HSL color Cylindrical-coordinate representation of color #67670C: hue angle of 60º 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 #67670C is Cyan = 0, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 103 | 12 | - |
| CMYK | 0 | 0 | 0.88 | 0.60 |
| HSL | 60º | 0.79% | 0.23% | - |
| HSV(B) | 60º | 0.88% | 0.4% | - |
| XYZ | 10.51 | 12.61 | 2.23 | - |
| YUV | 92.63 | 82.5 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 103 | 12 | 0 | 0 | 0.88 | 0.60 | 60 | 0.79 | 0.23 |
| Hex | 67 | 67 | C | 0 | 0 | 58 | 3C | 3C | 4F | 17 |
| Octal | 147 | 147 | 14 | 0 | 0 | 130 | 74 | 74 | 117 | 27 |
| Binary | 1100111 | 1100111 | 1100 | 0 | 0 | 1011000 | 111100 | 111100 | 1001111 | 10111 |
Color Harmonies of #67670C
Complementary color
Monochromatic Colors of #67670C
Black with #67670C
Text Example
Text Example
White with #67670C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67670C; }
p { color: rgb(103,103,12); }
H1.HeaderClassName
{
color: #67670C;
}
.AnyTagClassName
{
color: #67670C;
}
</style>
background-color css
<style>
a { background-color: #67670C; }
a { background-color: rgb(103,103,12); }
div.DivClassName
{
background-color: #67670C;
}
.BgClassName
{
background-color: #67670C;
}
</style>
border-color css
<style>
span { border-color: #67670C; }
span { border-color: rgb(103,103,12); }
td.TdClassName
{
border-color: #67670C;
}
.TagClassName
{
border-color: #67670C;
}
</style>