Shades of Fiji Green #696B1B
Tints of Fiji Green #696B1B
RGB
CMYK
RGB Variations
Color information
#696B1B (or 0x696B1B) is known color: Fiji Green. HEX triplet: 69, 6B and 1B. RGB value is (105,107,27). Sum of RGB (Red+Green+Blue) = 105+107+27=239 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.93% from 239); Green value is 107 (42.19% from 255 or 44.77% from 239); Blue value is 27 (10.94% from 255 or 11.30% from 239); Max value from RGB is 107 - color contains mainly: green. Hex color #696B1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696B1B is #9694E4. Grayscale: #616161. Windows color (decimal): -9868517 or 1796969. OLE color: 1796969.
HSL color Cylindrical-coordinate representation of color #696B1B: hue angle of 61.5º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #696B1B is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 105 | 107 | 27 | - |
| CMYK | 0.02 | 0 | 0.75 | 0.58 |
| HSL | 61.5º | 0.6% | 0.26% | - |
| HSV(B) | 61.5º | 0.75% | 0.42% | - |
| XYZ | 11.28 | 13.6 | 3.07 | - |
| YUV | 97.28 | 88.34 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 107 | 27 | 0.02 | 0 | 0.75 | 0.58 | 61.5 | 0.6 | 0.26 |
| Hex | 69 | 6B | 1B | 2 | 0 | 4B | 3A | 3E | 3C | 1A |
| Octal | 151 | 153 | 33 | 2 | 0 | 113 | 72 | 76 | 74 | 32 |
| Binary | 1101001 | 1101011 | 11011 | 10 | 0 | 1001011 | 111010 | 111110 | 111100 | 11010 |
Color Harmonies of #696B1B
Complementary color
Monochromatic Colors of #696B1B
Black with #696B1B
Text Example
Text Example
White with #696B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696B1B; }
p { color: rgb(105,107,27); }
H1.HeaderClassName
{
color: #696B1B;
}
.AnyTagClassName
{
color: #696B1B;
}
</style>
background-color css
<style>
a { background-color: #696B1B; }
a { background-color: rgb(105,107,27); }
div.DivClassName
{
background-color: #696B1B;
}
.BgClassName
{
background-color: #696B1B;
}
</style>
border-color css
<style>
span { border-color: #696B1B; }
span { border-color: rgb(105,107,27); }
td.TdClassName
{
border-color: #696B1B;
}
.TagClassName
{
border-color: #696B1B;
}
</style>