Shades of Fiji Green #696706
Tints of Fiji Green #696706
RGB
CMYK
RGB Variations
Color information
#696706 (or 0x696706) is known color: Fiji Green. HEX triplet: 69, 67 and 06. RGB value is (105,103,6). Sum of RGB (Red+Green+Blue) = 105+103+6=214 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.07% from 214); Green value is 103 (40.62% from 255 or 48.13% from 214); Blue value is 6 (2.73% from 255 or 2.80% from 214); Max value from RGB is 105 - color contains mainly: red. Hex color #696706 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696706 is #9698F9. Grayscale: #5C5C5C. Windows color (decimal): -9869562 or 419689. OLE color: 419689.
HSL color Cylindrical-coordinate representation of color #696706: hue angle of 58.79º 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 #696706 is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 103 | 6 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.59 |
| HSL | 58.79º | 0.89% | 0.22% | - |
| HSV(B) | 58.79º | 0.94% | 0.41% | - |
| XYZ | 10.71 | 12.72 | 2.06 | - |
| YUV | 92.54 | 79.16 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 103 | 6 | 0 | 0.02 | 0.94 | 0.59 | 58.79 | 0.89 | 0.22 |
| Hex | 69 | 67 | 6 | 0 | 2 | 5E | 3B | 3B | 59 | 16 |
| Octal | 151 | 147 | 6 | 0 | 2 | 136 | 73 | 73 | 131 | 26 |
| Binary | 1101001 | 1100111 | 110 | 0 | 10 | 1011110 | 111011 | 111011 | 1011001 | 10110 |
Color Harmonies of #696706
Complementary color
Monochromatic Colors of #696706
Black with #696706
Text Example
Text Example
White with #696706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696706; }
p { color: rgb(105,103,6); }
H1.HeaderClassName
{
color: #696706;
}
.AnyTagClassName
{
color: #696706;
}
</style>
background-color css
<style>
a { background-color: #696706; }
a { background-color: rgb(105,103,6); }
div.DivClassName
{
background-color: #696706;
}
.BgClassName
{
background-color: #696706;
}
</style>
border-color css
<style>
span { border-color: #696706; }
span { border-color: rgb(105,103,6); }
td.TdClassName
{
border-color: #696706;
}
.TagClassName
{
border-color: #696706;
}
</style>