Shades of Fiji Green #696809
Tints of Fiji Green #696809
RGB
CMYK
RGB Variations
Color information
#696809 (or 0x696809) is known color: Fiji Green. HEX triplet: 69, 68 and 09. RGB value is (105,104,9). Sum of RGB (Red+Green+Blue) = 105+104+9=218 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.17% from 218); Green value is 104 (41.02% from 255 or 47.71% from 218); Blue value is 9 (3.91% from 255 or 4.13% from 218); Max value from RGB is 105 - color contains mainly: red. Hex color #696809 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696809 is #9697F6. Grayscale: #5D5D5D. Windows color (decimal): -9869303 or 616553. OLE color: 616553.
HSL color Cylindrical-coordinate representation of color #696809: hue angle of 59.38º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #696809 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 104 | 9 | - |
| CMYK | 0 | 0.01 | 0.91 | 0.59 |
| HSL | 59.38º | 0.84% | 0.22% | - |
| HSV(B) | 59.38º | 0.91% | 0.41% | - |
| XYZ | 10.83 | 12.92 | 2.18 | - |
| YUV | 93.47 | 80.33 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 104 | 9 | 0 | 0.01 | 0.91 | 0.59 | 59.38 | 0.84 | 0.22 |
| Hex | 69 | 68 | 9 | 0 | 1 | 5B | 3B | 3B | 54 | 16 |
| Octal | 151 | 150 | 11 | 0 | 1 | 133 | 73 | 73 | 124 | 26 |
| Binary | 1101001 | 1101000 | 1001 | 0 | 1 | 1011011 | 111011 | 111011 | 1010100 | 10110 |
Color Harmonies of #696809
Complementary color
Monochromatic Colors of #696809
Black with #696809
Text Example
Text Example
White with #696809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696809; }
p { color: rgb(105,104,9); }
H1.HeaderClassName
{
color: #696809;
}
.AnyTagClassName
{
color: #696809;
}
</style>
background-color css
<style>
a { background-color: #696809; }
a { background-color: rgb(105,104,9); }
div.DivClassName
{
background-color: #696809;
}
.BgClassName
{
background-color: #696809;
}
</style>
border-color css
<style>
span { border-color: #696809; }
span { border-color: rgb(105,104,9); }
td.TdClassName
{
border-color: #696809;
}
.TagClassName
{
border-color: #696809;
}
</style>