Shades of Fiji Green #68670F
Tints of Fiji Green #68670F
RGB
CMYK
RGB Variations
Color information
#68670F (or 0x68670F) is known color: Fiji Green. HEX triplet: 68, 67 and 0F. RGB value is (104,103,15). Sum of RGB (Red+Green+Blue) = 104+103+15=222 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.85% from 222); Green value is 103 (40.62% from 255 or 46.40% from 222); Blue value is 15 (6.25% from 255 or 6.76% from 222); Max value from RGB is 104 - color contains mainly: red. Hex color #68670F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68670F is #9798F0. Grayscale: #5D5D5D. Windows color (decimal): -9935089 or 1009512. OLE color: 1009512.
HSL color Cylindrical-coordinate representation of color #68670F: hue angle of 59.33º 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 #68670F is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 103 | 15 | - |
| CMYK | 0 | 0.01 | 0.86 | 0.59 |
| HSL | 59.33º | 0.75% | 0.23% | - |
| HSV(B) | 59.33º | 0.86% | 0.41% | - |
| XYZ | 10.65 | 12.68 | 2.34 | - |
| YUV | 93.27 | 83.83 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 103 | 15 | 0 | 0.01 | 0.86 | 0.59 | 59.33 | 0.75 | 0.23 |
| Hex | 68 | 67 | F | 0 | 1 | 56 | 3B | 3B | 4B | 17 |
| Octal | 150 | 147 | 17 | 0 | 1 | 126 | 73 | 73 | 113 | 27 |
| Binary | 1101000 | 1100111 | 1111 | 0 | 1 | 1010110 | 111011 | 111011 | 1001011 | 10111 |
Color Harmonies of #68670F
Complementary color
Monochromatic Colors of #68670F
Black with #68670F
Text Example
Text Example
White with #68670F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68670F; }
p { color: rgb(104,103,15); }
H1.HeaderClassName
{
color: #68670F;
}
.AnyTagClassName
{
color: #68670F;
}
</style>
background-color css
<style>
a { background-color: #68670F; }
a { background-color: rgb(104,103,15); }
div.DivClassName
{
background-color: #68670F;
}
.BgClassName
{
background-color: #68670F;
}
</style>
border-color css
<style>
span { border-color: #68670F; }
span { border-color: rgb(104,103,15); }
td.TdClassName
{
border-color: #68670F;
}
.TagClassName
{
border-color: #68670F;
}
</style>