Shades of Fiji Green #696A11
Tints of Fiji Green #696A11
RGB
CMYK
RGB Variations
Color information
#696A11 (or 0x696A11) is known color: Fiji Green. HEX triplet: 69, 6A and 11. RGB value is (105,106,17). Sum of RGB (Red+Green+Blue) = 105+106+17=228 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.05% from 228); Green value is 106 (41.80% from 255 or 46.49% from 228); Blue value is 17 (7.03% from 255 or 7.46% from 228); Max value from RGB is 106 - color contains mainly: green. Hex color #696A11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696A11 is #9695EE. Grayscale: #5F5F5F. Windows color (decimal): -9868783 or 1141353. OLE color: 1141353.
HSL color Cylindrical-coordinate representation of color #696A11: hue angle of 60.67º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #696A11 is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 105 | 106 | 17 | - |
| CMYK | 0.01 | 0 | 0.84 | 0.58 |
| HSL | 60.67º | 0.72% | 0.24% | - |
| HSV(B) | 60.67º | 0.84% | 0.42% | - |
| XYZ | 11.08 | 13.35 | 2.52 | - |
| YUV | 95.56 | 83.67 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 106 | 17 | 0.01 | 0 | 0.84 | 0.58 | 60.67 | 0.72 | 0.24 |
| Hex | 69 | 6A | 11 | 1 | 0 | 54 | 3A | 3D | 48 | 18 |
| Octal | 151 | 152 | 21 | 1 | 0 | 124 | 72 | 75 | 110 | 30 |
| Binary | 1101001 | 1101010 | 10001 | 1 | 0 | 1010100 | 111010 | 111101 | 1001000 | 11000 |
Color Harmonies of #696A11
Complementary color
Monochromatic Colors of #696A11
Black with #696A11
Text Example
Text Example
White with #696A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696A11; }
p { color: rgb(105,106,17); }
H1.HeaderClassName
{
color: #696A11;
}
.AnyTagClassName
{
color: #696A11;
}
</style>
background-color css
<style>
a { background-color: #696A11; }
a { background-color: rgb(105,106,17); }
div.DivClassName
{
background-color: #696A11;
}
.BgClassName
{
background-color: #696A11;
}
</style>
border-color css
<style>
span { border-color: #696A11; }
span { border-color: rgb(105,106,17); }
td.TdClassName
{
border-color: #696A11;
}
.TagClassName
{
border-color: #696A11;
}
</style>