Shades of Fiji Green #696A17
Tints of Fiji Green #696A17
RGB
CMYK
RGB Variations
Color information
#696A17 (or 0x696A17) is known color: Fiji Green. HEX triplet: 69, 6A and 17. RGB value is (105,106,23). Sum of RGB (Red+Green+Blue) = 105+106+23=234 (30% of max value = 765). Red value is 105 (41.41% from 255 or 44.87% from 234); Green value is 106 (41.80% from 255 or 45.30% from 234); Blue value is 23 (9.38% from 255 or 9.83% from 234); Max value from RGB is 106 - color contains mainly: green. Hex color #696A17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696A17 is #9695E8. Grayscale: #606060. Windows color (decimal): -9868777 or 1534569. OLE color: 1534569.
HSL color Cylindrical-coordinate representation of color #696A17: hue angle of 60.72º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #696A17 is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 105 | 106 | 23 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.58 |
| HSL | 60.72º | 0.64% | 0.25% | - |
| HSV(B) | 60.72º | 0.78% | 0.42% | - |
| XYZ | 11.13 | 13.37 | 2.81 | - |
| YUV | 96.24 | 86.67 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 106 | 23 | 0.01 | 0 | 0.78 | 0.58 | 60.72 | 0.64 | 0.25 |
| Hex | 69 | 6A | 17 | 1 | 0 | 4E | 3A | 3D | 40 | 19 |
| Octal | 151 | 152 | 27 | 1 | 0 | 116 | 72 | 75 | 100 | 31 |
| Binary | 1101001 | 1101010 | 10111 | 1 | 0 | 1001110 | 111010 | 111101 | 1000000 | 11001 |
Color Harmonies of #696A17
Complementary color
Monochromatic Colors of #696A17
Black with #696A17
Text Example
Text Example
White with #696A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696A17; }
p { color: rgb(105,106,23); }
H1.HeaderClassName
{
color: #696A17;
}
.AnyTagClassName
{
color: #696A17;
}
</style>
background-color css
<style>
a { background-color: #696A17; }
a { background-color: rgb(105,106,23); }
div.DivClassName
{
background-color: #696A17;
}
.BgClassName
{
background-color: #696A17;
}
</style>
border-color css
<style>
span { border-color: #696A17; }
span { border-color: rgb(105,106,23); }
td.TdClassName
{
border-color: #696A17;
}
.TagClassName
{
border-color: #696A17;
}
</style>