Shades of Fiji Green #696A1C
Tints of Fiji Green #696A1C
RGB
CMYK
RGB Variations
Color information
#696A1C (or 0x696A1C) is known color: Fiji Green. HEX triplet: 69, 6A and 1C. RGB value is (105,106,28). Sum of RGB (Red+Green+Blue) = 105+106+28=239 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.93% from 239); Green value is 106 (41.80% from 255 or 44.35% from 239); Blue value is 28 (11.33% from 255 or 11.72% from 239); Max value from RGB is 106 - color contains mainly: green. Hex color #696A1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696A1C is #9695E3. Grayscale: #616161. Windows color (decimal): -9868772 or 1862249. OLE color: 1862249.
HSL color Cylindrical-coordinate representation of color #696A1C: hue angle of 60.77º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #696A1C is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 105 | 106 | 28 | - |
| CMYK | 0.01 | 0 | 0.74 | 0.58 |
| HSL | 60.77º | 0.58% | 0.26% | - |
| HSV(B) | 60.77º | 0.74% | 0.42% | - |
| XYZ | 11.19 | 13.4 | 3.09 | - |
| YUV | 96.81 | 89.17 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 106 | 28 | 0.01 | 0 | 0.74 | 0.58 | 60.77 | 0.58 | 0.26 |
| Hex | 69 | 6A | 1C | 1 | 0 | 4A | 3A | 3D | 3A | 1A |
| Octal | 151 | 152 | 34 | 1 | 0 | 112 | 72 | 75 | 72 | 32 |
| Binary | 1101001 | 1101010 | 11100 | 1 | 0 | 1001010 | 111010 | 111101 | 111010 | 11010 |
Color Harmonies of #696A1C
Complementary color
Monochromatic Colors of #696A1C
Black with #696A1C
Text Example
Text Example
White with #696A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696A1C; }
p { color: rgb(105,106,28); }
H1.HeaderClassName
{
color: #696A1C;
}
.AnyTagClassName
{
color: #696A1C;
}
</style>
background-color css
<style>
a { background-color: #696A1C; }
a { background-color: rgb(105,106,28); }
div.DivClassName
{
background-color: #696A1C;
}
.BgClassName
{
background-color: #696A1C;
}
</style>
border-color css
<style>
span { border-color: #696A1C; }
span { border-color: rgb(105,106,28); }
td.TdClassName
{
border-color: #696A1C;
}
.TagClassName
{
border-color: #696A1C;
}
</style>