Shades of Fiji Green #696819
Tints of Fiji Green #696819
RGB
CMYK
RGB Variations
Color information
#696819 (or 0x696819) is known color: Fiji Green. HEX triplet: 69, 68 and 19. RGB value is (105,104,25). Sum of RGB (Red+Green+Blue) = 105+104+25=234 (30% of max value = 765). Red value is 105 (41.41% from 255 or 44.87% from 234); Green value is 104 (41.02% from 255 or 44.44% from 234); Blue value is 25 (10.16% from 255 or 10.68% from 234); Max value from RGB is 105 - color contains mainly: red. Hex color #696819 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696819 is #9697E6. Grayscale: #5F5F5F. Windows color (decimal): -9869287 or 1665129. OLE color: 1665129.
HSL color Cylindrical-coordinate representation of color #696819: hue angle of 59.25º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #696819 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 104 | 25 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.59 |
| HSL | 59.25º | 0.62% | 0.25% | - |
| HSV(B) | 59.25º | 0.76% | 0.41% | - |
| XYZ | 10.95 | 12.97 | 2.85 | - |
| YUV | 95.29 | 88.33 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 104 | 25 | 0 | 0.01 | 0.76 | 0.59 | 59.25 | 0.62 | 0.25 |
| Hex | 69 | 68 | 19 | 0 | 1 | 4C | 3B | 3B | 3E | 19 |
| Octal | 151 | 150 | 31 | 0 | 1 | 114 | 73 | 73 | 76 | 31 |
| Binary | 1101001 | 1101000 | 11001 | 0 | 1 | 1001100 | 111011 | 111011 | 111110 | 11001 |
Color Harmonies of #696819
Complementary color
Monochromatic Colors of #696819
Black with #696819
Text Example
Text Example
White with #696819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696819; }
p { color: rgb(105,104,25); }
H1.HeaderClassName
{
color: #696819;
}
.AnyTagClassName
{
color: #696819;
}
</style>
background-color css
<style>
a { background-color: #696819; }
a { background-color: rgb(105,104,25); }
div.DivClassName
{
background-color: #696819;
}
.BgClassName
{
background-color: #696819;
}
</style>
border-color css
<style>
span { border-color: #696819; }
span { border-color: rgb(105,104,25); }
td.TdClassName
{
border-color: #696819;
}
.TagClassName
{
border-color: #696819;
}
</style>