Shades of Fiji Green #696B08
Tints of Fiji Green #696B08
RGB
CMYK
RGB Variations
Color information
#696B08 (or 0x696B08) is known color: Fiji Green. HEX triplet: 69, 6B and 08. RGB value is (105,107,8). Sum of RGB (Red+Green+Blue) = 105+107+8=220 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.73% from 220); Green value is 107 (42.19% from 255 or 48.64% from 220); Blue value is 8 (3.52% from 255 or 3.64% from 220); Max value from RGB is 107 - color contains mainly: green. Hex color #696B08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696B08 is #9694F7. Grayscale: #5F5F5F. Windows color (decimal): -9868536 or 551785. OLE color: 551785.
HSL color Cylindrical-coordinate representation of color #696B08: hue angle of 61.21º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #696B08 is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 105 | 107 | 8 | - |
| CMYK | 0.02 | 0 | 0.93 | 0.58 |
| HSL | 61.21º | 0.86% | 0.23% | - |
| HSV(B) | 61.21º | 0.93% | 0.42% | - |
| XYZ | 11.13 | 13.54 | 2.26 | - |
| YUV | 95.12 | 78.84 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 107 | 8 | 0.02 | 0 | 0.93 | 0.58 | 61.21 | 0.86 | 0.23 |
| Hex | 69 | 6B | 8 | 2 | 0 | 5D | 3A | 3D | 56 | 17 |
| Octal | 151 | 153 | 10 | 2 | 0 | 135 | 72 | 75 | 126 | 27 |
| Binary | 1101001 | 1101011 | 1000 | 10 | 0 | 1011101 | 111010 | 111101 | 1010110 | 10111 |
Color Harmonies of #696B08
Complementary color
Monochromatic Colors of #696B08
Black with #696B08
Text Example
Text Example
White with #696B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696B08; }
p { color: rgb(105,107,8); }
H1.HeaderClassName
{
color: #696B08;
}
.AnyTagClassName
{
color: #696B08;
}
</style>
background-color css
<style>
a { background-color: #696B08; }
a { background-color: rgb(105,107,8); }
div.DivClassName
{
background-color: #696B08;
}
.BgClassName
{
background-color: #696B08;
}
</style>
border-color css
<style>
span { border-color: #696B08; }
span { border-color: rgb(105,107,8); }
td.TdClassName
{
border-color: #696B08;
}
.TagClassName
{
border-color: #696B08;
}
</style>