Shades of Fiji Green #696607
Tints of Fiji Green #696607
RGB
CMYK
RGB Variations
Color information
#696607 (or 0x696607) is known color: Fiji Green. HEX triplet: 69, 66 and 07. RGB value is (105,102,7). Sum of RGB (Red+Green+Blue) = 105+102+7=214 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.07% from 214); Green value is 102 (40.23% from 255 or 47.66% from 214); Blue value is 7 (3.12% from 255 or 3.27% from 214); Max value from RGB is 105 - color contains mainly: red. Hex color #696607 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696607 is #9699F8. Grayscale: #5C5C5C. Windows color (decimal): -9869817 or 484969. OLE color: 484969.
HSL color Cylindrical-coordinate representation of color #696607: hue angle of 58.16º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #696607 is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 102 | 7 | - |
| CMYK | 0 | 0.03 | 0.93 | 0.59 |
| HSL | 58.16º | 0.88% | 0.22% | - |
| HSV(B) | 58.16º | 0.93% | 0.41% | - |
| XYZ | 10.62 | 12.52 | 2.06 | - |
| YUV | 92.07 | 79.99 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 102 | 7 | 0 | 0.03 | 0.93 | 0.59 | 58.16 | 0.88 | 0.22 |
| Hex | 69 | 66 | 7 | 0 | 3 | 5D | 3B | 3A | 58 | 16 |
| Octal | 151 | 146 | 7 | 0 | 3 | 135 | 73 | 72 | 130 | 26 |
| Binary | 1101001 | 1100110 | 111 | 0 | 11 | 1011101 | 111011 | 111010 | 1011000 | 10110 |
Color Harmonies of #696607
Complementary color
Monochromatic Colors of #696607
Black with #696607
Text Example
Text Example
White with #696607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696607; }
p { color: rgb(105,102,7); }
H1.HeaderClassName
{
color: #696607;
}
.AnyTagClassName
{
color: #696607;
}
</style>
background-color css
<style>
a { background-color: #696607; }
a { background-color: rgb(105,102,7); }
div.DivClassName
{
background-color: #696607;
}
.BgClassName
{
background-color: #696607;
}
</style>
border-color css
<style>
span { border-color: #696607; }
span { border-color: rgb(105,102,7); }
td.TdClassName
{
border-color: #696607;
}
.TagClassName
{
border-color: #696607;
}
</style>