Shades of Fiji Green #696B1C
Tints of Fiji Green #696B1C
RGB
CMYK
RGB Variations
Color information
#696B1C (or 0x696B1C) is known color: Fiji Green. HEX triplet: 69, 6B and 1C. RGB value is (105,107,28). Sum of RGB (Red+Green+Blue) = 105+107+28=240 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.75% from 240); Green value is 107 (42.19% from 255 or 44.58% from 240); Blue value is 28 (11.33% from 255 or 11.67% from 240); Max value from RGB is 107 - color contains mainly: green. Hex color #696B1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696B1C is #9694E3. Grayscale: #616161. Windows color (decimal): -9868516 or 1862505. OLE color: 1862505.
HSL color Cylindrical-coordinate representation of color #696B1C: hue angle of 61.52º degrees, saturation: 0.59, 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 #696B1C is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 105 | 107 | 28 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.58 |
| HSL | 61.52º | 0.59% | 0.26% | - |
| HSV(B) | 61.52º | 0.74% | 0.42% | - |
| XYZ | 11.29 | 13.6 | 3.13 | - |
| YUV | 97.4 | 88.84 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 107 | 28 | 0.02 | 0 | 0.74 | 0.58 | 61.52 | 0.59 | 0.26 |
| Hex | 69 | 6B | 1C | 2 | 0 | 4A | 3A | 3E | 3B | 1A |
| Octal | 151 | 153 | 34 | 2 | 0 | 112 | 72 | 76 | 73 | 32 |
| Binary | 1101001 | 1101011 | 11100 | 10 | 0 | 1001010 | 111010 | 111110 | 111011 | 11010 |
Color Harmonies of #696B1C
Complementary color
Monochromatic Colors of #696B1C
Black with #696B1C
Text Example
Text Example
White with #696B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696B1C; }
p { color: rgb(105,107,28); }
H1.HeaderClassName
{
color: #696B1C;
}
.AnyTagClassName
{
color: #696B1C;
}
</style>
background-color css
<style>
a { background-color: #696B1C; }
a { background-color: rgb(105,107,28); }
div.DivClassName
{
background-color: #696B1C;
}
.BgClassName
{
background-color: #696B1C;
}
</style>
border-color css
<style>
span { border-color: #696B1C; }
span { border-color: rgb(105,107,28); }
td.TdClassName
{
border-color: #696B1C;
}
.TagClassName
{
border-color: #696B1C;
}
</style>