Shades of Fiji Green #696F08
Tints of Fiji Green #696F08
RGB
CMYK
RGB Variations
Color information
#696F08 (or 0x696F08) is known color: Fiji Green. HEX triplet: 69, 6F and 08. RGB value is (105,111,8). Sum of RGB (Red+Green+Blue) = 105+111+8=224 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.88% from 224); Green value is 111 (43.75% from 255 or 49.55% from 224); Blue value is 8 (3.52% from 255 or 3.57% from 224); Max value from RGB is 111 - color contains mainly: green. Hex color #696F08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696F08 is #9690F7. Grayscale: #616161. Windows color (decimal): -9867512 or 552809. OLE color: 552809.
HSL color Cylindrical-coordinate representation of color #696F08: hue angle of 63.5º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #696F08 is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 105 | 111 | 8 | - |
| CMYK | 0.05 | 0 | 0.93 | 0.56 |
| HSL | 63.5º | 0.87% | 0.23% | - |
| HSV(B) | 63.5º | 0.93% | 0.44% | - |
| XYZ | 11.55 | 14.39 | 2.4 | - |
| YUV | 97.46 | 77.51 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 111 | 8 | 0.05 | 0 | 0.93 | 0.56 | 63.5 | 0.87 | 0.23 |
| Hex | 69 | 6F | 8 | 5 | 0 | 5D | 38 | 3F | 57 | 17 |
| Octal | 151 | 157 | 10 | 5 | 0 | 135 | 70 | 77 | 127 | 27 |
| Binary | 1101001 | 1101111 | 1000 | 101 | 0 | 1011101 | 111000 | 111111 | 1010111 | 10111 |
Color Harmonies of #696F08
Complementary color
Monochromatic Colors of #696F08
Black with #696F08
Text Example
Text Example
White with #696F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696F08; }
p { color: rgb(105,111,8); }
H1.HeaderClassName
{
color: #696F08;
}
.AnyTagClassName
{
color: #696F08;
}
</style>
background-color css
<style>
a { background-color: #696F08; }
a { background-color: rgb(105,111,8); }
div.DivClassName
{
background-color: #696F08;
}
.BgClassName
{
background-color: #696F08;
}
</style>
border-color css
<style>
span { border-color: #696F08; }
span { border-color: rgb(105,111,8); }
td.TdClassName
{
border-color: #696F08;
}
.TagClassName
{
border-color: #696F08;
}
</style>