Shades of Fiji Green #696705
Tints of Fiji Green #696705
RGB
CMYK
RGB Variations
Color information
#696705 (or 0x696705) is known color: Fiji Green. HEX triplet: 69, 67 and 05. RGB value is (105,103,5). Sum of RGB (Red+Green+Blue) = 105+103+5=213 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.30% from 213); Green value is 103 (40.62% from 255 or 48.36% from 213); Blue value is 5 (2.34% from 255 or 2.35% from 213); Max value from RGB is 105 - color contains mainly: red. Hex color #696705 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696705 is #9698FA. Grayscale: #5C5C5C. Windows color (decimal): -9869563 or 354153. OLE color: 354153.
HSL color Cylindrical-coordinate representation of color #696705: hue angle of 58.8º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #696705 is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 103 | 5 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.59 |
| HSL | 58.8º | 0.91% | 0.22% | - |
| HSV(B) | 58.8º | 0.95% | 0.41% | - |
| XYZ | 10.7 | 12.71 | 2.03 | - |
| YUV | 92.43 | 78.66 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 103 | 5 | 0 | 0.02 | 0.95 | 0.59 | 58.8 | 0.91 | 0.22 |
| Hex | 69 | 67 | 5 | 0 | 2 | 5F | 3B | 3B | 5B | 16 |
| Octal | 151 | 147 | 5 | 0 | 2 | 137 | 73 | 73 | 133 | 26 |
| Binary | 1101001 | 1100111 | 101 | 0 | 10 | 1011111 | 111011 | 111011 | 1011011 | 10110 |
Color Harmonies of #696705
Complementary color
Monochromatic Colors of #696705
Black with #696705
Text Example
Text Example
White with #696705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696705; }
p { color: rgb(105,103,5); }
H1.HeaderClassName
{
color: #696705;
}
.AnyTagClassName
{
color: #696705;
}
</style>
background-color css
<style>
a { background-color: #696705; }
a { background-color: rgb(105,103,5); }
div.DivClassName
{
background-color: #696705;
}
.BgClassName
{
background-color: #696705;
}
</style>
border-color css
<style>
span { border-color: #696705; }
span { border-color: rgb(105,103,5); }
td.TdClassName
{
border-color: #696705;
}
.TagClassName
{
border-color: #696705;
}
</style>