Shades of Fiji Green #696D11
Tints of Fiji Green #696D11
RGB
CMYK
RGB Variations
Color information
#696D11 (or 0x696D11) is known color: Fiji Green. HEX triplet: 69, 6D and 11. RGB value is (105,109,17). Sum of RGB (Red+Green+Blue) = 105+109+17=231 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.45% from 231); Green value is 109 (42.97% from 255 or 47.19% from 231); Blue value is 17 (7.03% from 255 or 7.36% from 231); Max value from RGB is 109 - color contains mainly: green. Hex color #696D11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696D11 is #9692EE. Grayscale: #616161. Windows color (decimal): -9868015 or 1142121. OLE color: 1142121.
HSL color Cylindrical-coordinate representation of color #696D11: hue angle of 62.61º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #696D11 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 105 | 109 | 17 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.57 |
| HSL | 62.61º | 0.73% | 0.25% | - |
| HSV(B) | 62.61º | 0.84% | 0.43% | - |
| XYZ | 11.4 | 13.98 | 2.63 | - |
| YUV | 97.32 | 82.67 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 109 | 17 | 0.04 | 0 | 0.84 | 0.57 | 62.61 | 0.73 | 0.25 |
| Hex | 69 | 6D | 11 | 4 | 0 | 54 | 39 | 3F | 49 | 19 |
| Octal | 151 | 155 | 21 | 4 | 0 | 124 | 71 | 77 | 111 | 31 |
| Binary | 1101001 | 1101101 | 10001 | 100 | 0 | 1010100 | 111001 | 111111 | 1001001 | 11001 |
Color Harmonies of #696D11
Complementary color
Monochromatic Colors of #696D11
Black with #696D11
Text Example
Text Example
White with #696D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696D11; }
p { color: rgb(105,109,17); }
H1.HeaderClassName
{
color: #696D11;
}
.AnyTagClassName
{
color: #696D11;
}
</style>
background-color css
<style>
a { background-color: #696D11; }
a { background-color: rgb(105,109,17); }
div.DivClassName
{
background-color: #696D11;
}
.BgClassName
{
background-color: #696D11;
}
</style>
border-color css
<style>
span { border-color: #696D11; }
span { border-color: rgb(105,109,17); }
td.TdClassName
{
border-color: #696D11;
}
.TagClassName
{
border-color: #696D11;
}
</style>