Shades of Fiji Green #696E19
Tints of Fiji Green #696E19
RGB
CMYK
RGB Variations
Color information
#696E19 (or 0x696E19) is known color: Fiji Green. HEX triplet: 69, 6E and 19. RGB value is (105,110,25). Sum of RGB (Red+Green+Blue) = 105+110+25=240 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.75% from 240); Green value is 110 (43.36% from 255 or 45.83% from 240); Blue value is 25 (10.16% from 255 or 10.42% from 240); Max value from RGB is 110 - color contains mainly: green. Hex color #696E19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696E19 is #9691E6. Grayscale: #636363. Windows color (decimal): -9867751 or 1666665. OLE color: 1666665.
HSL color Cylindrical-coordinate representation of color #696E19: hue angle of 63.53º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #696E19 is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 105 | 110 | 25 | - |
| CMYK | 0.05 | 0 | 0.77 | 0.57 |
| HSL | 63.53º | 0.63% | 0.26% | - |
| HSV(B) | 63.53º | 0.77% | 0.43% | - |
| XYZ | 11.58 | 14.23 | 3.06 | - |
| YUV | 98.82 | 86.34 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 110 | 25 | 0.05 | 0 | 0.77 | 0.57 | 63.53 | 0.63 | 0.26 |
| Hex | 69 | 6E | 19 | 5 | 0 | 4D | 39 | 40 | 3F | 1A |
| Octal | 151 | 156 | 31 | 5 | 0 | 115 | 71 | 100 | 77 | 32 |
| Binary | 1101001 | 1101110 | 11001 | 101 | 0 | 1001101 | 111001 | 1000000 | 111111 | 11010 |
Color Harmonies of #696E19
Complementary color
Monochromatic Colors of #696E19
Black with #696E19
Text Example
Text Example
White with #696E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696E19; }
p { color: rgb(105,110,25); }
H1.HeaderClassName
{
color: #696E19;
}
.AnyTagClassName
{
color: #696E19;
}
</style>
background-color css
<style>
a { background-color: #696E19; }
a { background-color: rgb(105,110,25); }
div.DivClassName
{
background-color: #696E19;
}
.BgClassName
{
background-color: #696E19;
}
</style>
border-color css
<style>
span { border-color: #696E19; }
span { border-color: rgb(105,110,25); }
td.TdClassName
{
border-color: #696E19;
}
.TagClassName
{
border-color: #696E19;
}
</style>