Shades of Fiji Green #68650F
Tints of Fiji Green #68650F
RGB
CMYK
RGB Variations
Color information
#68650F (or 0x68650F) is known color: Fiji Green. HEX triplet: 68, 65 and 0F. RGB value is (104,101,15). Sum of RGB (Red+Green+Blue) = 104+101+15=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 101 (39.84% from 255 or 45.91% from 220); Blue value is 15 (6.25% from 255 or 6.82% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #68650F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68650F is #979AF0. Grayscale: #5C5C5C. Windows color (decimal): -9935601 or 1009000. OLE color: 1009000.
HSL color Cylindrical-coordinate representation of color #68650F: hue angle of 57.98º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #68650F is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 101 | 15 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.59 |
| HSL | 57.98º | 0.75% | 0.23% | - |
| HSV(B) | 57.98º | 0.86% | 0.41% | - |
| XYZ | 10.45 | 12.28 | 2.27 | - |
| YUV | 92.09 | 84.49 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 101 | 15 | 0 | 0.03 | 0.86 | 0.59 | 57.98 | 0.75 | 0.23 |
| Hex | 68 | 65 | F | 0 | 3 | 56 | 3B | 3A | 4B | 17 |
| Octal | 150 | 145 | 17 | 0 | 3 | 126 | 73 | 72 | 113 | 27 |
| Binary | 1101000 | 1100101 | 1111 | 0 | 11 | 1010110 | 111011 | 111010 | 1001011 | 10111 |
Color Harmonies of #68650F
Complementary color
Monochromatic Colors of #68650F
Black with #68650F
Text Example
Text Example
White with #68650F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68650F; }
p { color: rgb(104,101,15); }
H1.HeaderClassName
{
color: #68650F;
}
.AnyTagClassName
{
color: #68650F;
}
</style>
background-color css
<style>
a { background-color: #68650F; }
a { background-color: rgb(104,101,15); }
div.DivClassName
{
background-color: #68650F;
}
.BgClassName
{
background-color: #68650F;
}
</style>
border-color css
<style>
span { border-color: #68650F; }
span { border-color: rgb(104,101,15); }
td.TdClassName
{
border-color: #68650F;
}
.TagClassName
{
border-color: #68650F;
}
</style>