Shades of Fiji Green #696805
Tints of Fiji Green #696805
RGB
CMYK
RGB Variations
Color information
#696805 (or 0x696805) is known color: Fiji Green. HEX triplet: 69, 68 and 05. RGB value is (105,104,5). Sum of RGB (Red+Green+Blue) = 105+104+5=214 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.07% from 214); Green value is 104 (41.02% from 255 or 48.60% from 214); Blue value is 5 (2.34% from 255 or 2.34% from 214); Max value from RGB is 105 - color contains mainly: red. Hex color #696805 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696805 is #9697FA. Grayscale: #5D5D5D. Windows color (decimal): -9869307 or 354409. OLE color: 354409.
HSL color Cylindrical-coordinate representation of color #696805: hue angle of 59.4º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #696805 is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 104 | 5 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.59 |
| HSL | 59.4º | 0.91% | 0.22% | - |
| HSV(B) | 59.4º | 0.95% | 0.41% | - |
| XYZ | 10.8 | 12.91 | 2.07 | - |
| YUV | 93.01 | 78.33 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 104 | 5 | 0 | 0.01 | 0.95 | 0.59 | 59.4 | 0.91 | 0.22 |
| Hex | 69 | 68 | 5 | 0 | 1 | 5F | 3B | 3B | 5B | 16 |
| Octal | 151 | 150 | 5 | 0 | 1 | 137 | 73 | 73 | 133 | 26 |
| Binary | 1101001 | 1101000 | 101 | 0 | 1 | 1011111 | 111011 | 111011 | 1011011 | 10110 |
Color Harmonies of #696805
Complementary color
Monochromatic Colors of #696805
Black with #696805
Text Example
Text Example
White with #696805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696805; }
p { color: rgb(105,104,5); }
H1.HeaderClassName
{
color: #696805;
}
.AnyTagClassName
{
color: #696805;
}
</style>
background-color css
<style>
a { background-color: #696805; }
a { background-color: rgb(105,104,5); }
div.DivClassName
{
background-color: #696805;
}
.BgClassName
{
background-color: #696805;
}
</style>
border-color css
<style>
span { border-color: #696805; }
span { border-color: rgb(105,104,5); }
td.TdClassName
{
border-color: #696805;
}
.TagClassName
{
border-color: #696805;
}
</style>