Shades of Fiji Green #696407
Tints of Fiji Green #696407
RGB
CMYK
RGB Variations
Color information
#696407 (or 0x696407) is known color: Fiji Green. HEX triplet: 69, 64 and 07. RGB value is (105,100,7). Sum of RGB (Red+Green+Blue) = 105+100+7=212 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.53% from 212); Green value is 100 (39.45% from 255 or 47.17% from 212); Blue value is 7 (3.12% from 255 or 3.30% from 212); Max value from RGB is 105 - color contains mainly: red. Hex color #696407 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696407 is #969BF8. Grayscale: #5B5B5B. Windows color (decimal): -9870329 or 484457. OLE color: 484457.
HSL color Cylindrical-coordinate representation of color #696407: hue angle of 56.94º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #696407 is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 100 | 7 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.59 |
| HSL | 56.94º | 0.88% | 0.22% | - |
| HSV(B) | 56.94º | 0.93% | 0.41% | - |
| XYZ | 10.42 | 12.13 | 1.99 | - |
| YUV | 90.89 | 80.66 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 100 | 7 | 0 | 0.05 | 0.93 | 0.59 | 56.94 | 0.88 | 0.22 |
| Hex | 69 | 64 | 7 | 0 | 5 | 5D | 3B | 39 | 58 | 16 |
| Octal | 151 | 144 | 7 | 0 | 5 | 135 | 73 | 71 | 130 | 26 |
| Binary | 1101001 | 1100100 | 111 | 0 | 101 | 1011101 | 111011 | 111001 | 1011000 | 10110 |
Color Harmonies of #696407
Complementary color
Monochromatic Colors of #696407
Black with #696407
Text Example
Text Example
White with #696407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696407; }
p { color: rgb(105,100,7); }
H1.HeaderClassName
{
color: #696407;
}
.AnyTagClassName
{
color: #696407;
}
</style>
background-color css
<style>
a { background-color: #696407; }
a { background-color: rgb(105,100,7); }
div.DivClassName
{
background-color: #696407;
}
.BgClassName
{
background-color: #696407;
}
</style>
border-color css
<style>
span { border-color: #696407; }
span { border-color: rgb(105,100,7); }
td.TdClassName
{
border-color: #696407;
}
.TagClassName
{
border-color: #696407;
}
</style>