Shades of Fiji Green #696806
Tints of Fiji Green #696806
RGB
CMYK
RGB Variations
Color information
#696806 (or 0x696806) is known color: Fiji Green. HEX triplet: 69, 68 and 06. RGB value is (105,104,6). Sum of RGB (Red+Green+Blue) = 105+104+6=215 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.84% from 215); Green value is 104 (41.02% from 255 or 48.37% from 215); Blue value is 6 (2.73% from 255 or 2.79% from 215); Max value from RGB is 105 - color contains mainly: red. Hex color #696806 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696806 is #9697F9. Grayscale: #5D5D5D. Windows color (decimal): -9869306 or 419945. OLE color: 419945.
HSL color Cylindrical-coordinate representation of color #696806: hue angle of 59.39º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #696806 is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 104 | 6 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.59 |
| HSL | 59.39º | 0.89% | 0.22% | - |
| HSV(B) | 59.39º | 0.94% | 0.41% | - |
| XYZ | 10.81 | 12.92 | 2.1 | - |
| YUV | 93.13 | 78.83 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 104 | 6 | 0 | 0.01 | 0.94 | 0.59 | 59.39 | 0.89 | 0.22 |
| Hex | 69 | 68 | 6 | 0 | 1 | 5E | 3B | 3B | 59 | 16 |
| Octal | 151 | 150 | 6 | 0 | 1 | 136 | 73 | 73 | 131 | 26 |
| Binary | 1101001 | 1101000 | 110 | 0 | 1 | 1011110 | 111011 | 111011 | 1011001 | 10110 |
Color Harmonies of #696806
Complementary color
Monochromatic Colors of #696806
Black with #696806
Text Example
Text Example
White with #696806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696806; }
p { color: rgb(105,104,6); }
H1.HeaderClassName
{
color: #696806;
}
.AnyTagClassName
{
color: #696806;
}
</style>
background-color css
<style>
a { background-color: #696806; }
a { background-color: rgb(105,104,6); }
div.DivClassName
{
background-color: #696806;
}
.BgClassName
{
background-color: #696806;
}
</style>
border-color css
<style>
span { border-color: #696806; }
span { border-color: rgb(105,104,6); }
td.TdClassName
{
border-color: #696806;
}
.TagClassName
{
border-color: #696806;
}
</style>