Shades of Fiji Green #67690C
Tints of Fiji Green #67690C
RGB
CMYK
RGB Variations
Color information
#67690C (or 0x67690C) is known color: Fiji Green. HEX triplet: 67, 69 and 0C. RGB value is (103,105,12). Sum of RGB (Red+Green+Blue) = 103+105+12=220 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.82% from 220); Green value is 105 (41.41% from 255 or 47.73% from 220); Blue value is 12 (5.08% from 255 or 5.45% from 220); Max value from RGB is 105 - color contains mainly: green. Hex color #67690C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #67690C is #9896F3. Grayscale: #5E5E5E. Windows color (decimal): -10000116 or 813415. OLE color: 813415.
HSL color Cylindrical-coordinate representation of color #67690C: hue angle of 61.29º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #67690C is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 103 | 105 | 12 | - |
| CMYK | 0.02 | 0 | 0.89 | 0.59 |
| HSL | 61.29º | 0.79% | 0.23% | - |
| HSV(B) | 61.29º | 0.89% | 0.41% | - |
| XYZ | 10.71 | 13.01 | 2.3 | - |
| YUV | 93.8 | 81.84 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 105 | 12 | 0.02 | 0 | 0.89 | 0.59 | 61.29 | 0.79 | 0.23 |
| Hex | 67 | 69 | C | 2 | 0 | 59 | 3B | 3D | 4F | 17 |
| Octal | 147 | 151 | 14 | 2 | 0 | 131 | 73 | 75 | 117 | 27 |
| Binary | 1100111 | 1101001 | 1100 | 10 | 0 | 1011001 | 111011 | 111101 | 1001111 | 10111 |
Color Harmonies of #67690C
Complementary color
Monochromatic Colors of #67690C
Black with #67690C
Text Example
Text Example
White with #67690C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67690C; }
p { color: rgb(103,105,12); }
H1.HeaderClassName
{
color: #67690C;
}
.AnyTagClassName
{
color: #67690C;
}
</style>
background-color css
<style>
a { background-color: #67690C; }
a { background-color: rgb(103,105,12); }
div.DivClassName
{
background-color: #67690C;
}
.BgClassName
{
background-color: #67690C;
}
</style>
border-color css
<style>
span { border-color: #67690C; }
span { border-color: rgb(103,105,12); }
td.TdClassName
{
border-color: #67690C;
}
.TagClassName
{
border-color: #67690C;
}
</style>