Shades of Fiji Green #67700C
Tints of Fiji Green #67700C
RGB
CMYK
RGB Variations
Color information
#67700C (or 0x67700C) is known color: Fiji Green. HEX triplet: 67, 70 and 0C. RGB value is (103,112,12). Sum of RGB (Red+Green+Blue) = 103+112+12=227 (30% of max value = 765). Red value is 103 (40.62% from 255 or 45.37% from 227); Green value is 112 (44.14% from 255 or 49.34% from 227); Blue value is 12 (5.08% from 255 or 5.29% from 227); Max value from RGB is 112 - color contains mainly: green. Hex color #67700C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #67700C is #988FF3. Grayscale: #626262. Windows color (decimal): -9998324 or 815207. OLE color: 815207.
HSL color Cylindrical-coordinate representation of color #67700C: hue angle of 65.4º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #67700C is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 103 | 112 | 12 | - |
| CMYK | 0.08 | 0 | 0.89 | 0.56 |
| HSL | 65.4º | 0.81% | 0.24% | - |
| HSV(B) | 65.4º | 0.89% | 0.44% | - |
| XYZ | 11.45 | 14.5 | 2.54 | - |
| YUV | 97.91 | 79.52 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 112 | 12 | 0.08 | 0 | 0.89 | 0.56 | 65.4 | 0.81 | 0.24 |
| Hex | 67 | 70 | C | 8 | 0 | 59 | 38 | 41 | 51 | 18 |
| Octal | 147 | 160 | 14 | 10 | 0 | 131 | 70 | 101 | 121 | 30 |
| Binary | 1100111 | 1110000 | 1100 | 1000 | 0 | 1011001 | 111000 | 1000001 | 1010001 | 11000 |
Color Harmonies of #67700C
Complementary color
Monochromatic Colors of #67700C
Black with #67700C
Text Example
Text Example
White with #67700C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67700C; }
p { color: rgb(103,112,12); }
H1.HeaderClassName
{
color: #67700C;
}
.AnyTagClassName
{
color: #67700C;
}
</style>
background-color css
<style>
a { background-color: #67700C; }
a { background-color: rgb(103,112,12); }
div.DivClassName
{
background-color: #67700C;
}
.BgClassName
{
background-color: #67700C;
}
</style>
border-color css
<style>
span { border-color: #67700C; }
span { border-color: rgb(103,112,12); }
td.TdClassName
{
border-color: #67700C;
}
.TagClassName
{
border-color: #67700C;
}
</style>