Shades of Fiji Green #696205
Tints of Fiji Green #696205
RGB
CMYK
RGB Variations
Color information
#696205 (or 0x696205) is known color: Fiji Green. HEX triplet: 69, 62 and 05. RGB value is (105,98,5). Sum of RGB (Red+Green+Blue) = 105+98+5=208 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.48% from 208); Green value is 98 (38.67% from 255 or 47.12% from 208); Blue value is 5 (2.34% from 255 or 2.40% from 208); Max value from RGB is 105 - color contains mainly: red. Hex color #696205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696205 is #969DFA. Grayscale: #595959. Windows color (decimal): -9870843 or 352873. OLE color: 352873.
HSL color Cylindrical-coordinate representation of color #696205: hue angle of 55.8º 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 #696205 is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 98 | 5 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.59 |
| HSL | 55.8º | 0.91% | 0.22% | - |
| HSV(B) | 55.8º | 0.95% | 0.41% | - |
| XYZ | 10.22 | 11.75 | 1.87 | - |
| YUV | 89.49 | 80.32 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 98 | 5 | 0 | 0.07 | 0.95 | 0.59 | 55.8 | 0.91 | 0.22 |
| Hex | 69 | 62 | 5 | 0 | 7 | 5F | 3B | 38 | 5B | 16 |
| Octal | 151 | 142 | 5 | 0 | 7 | 137 | 73 | 70 | 133 | 26 |
| Binary | 1101001 | 1100010 | 101 | 0 | 111 | 1011111 | 111011 | 111000 | 1011011 | 10110 |
Color Harmonies of #696205
Complementary color
Monochromatic Colors of #696205
Black with #696205
Text Example
Text Example
White with #696205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696205; }
p { color: rgb(105,98,5); }
H1.HeaderClassName
{
color: #696205;
}
.AnyTagClassName
{
color: #696205;
}
</style>
background-color css
<style>
a { background-color: #696205; }
a { background-color: rgb(105,98,5); }
div.DivClassName
{
background-color: #696205;
}
.BgClassName
{
background-color: #696205;
}
</style>
border-color css
<style>
span { border-color: #696205; }
span { border-color: rgb(105,98,5); }
td.TdClassName
{
border-color: #696205;
}
.TagClassName
{
border-color: #696205;
}
</style>