Shades of Fiji Green #696715
Tints of Fiji Green #696715
RGB
CMYK
RGB Variations
Color information
#696715 (or 0x696715) is known color: Fiji Green. HEX triplet: 69, 67 and 15. RGB value is (105,103,21). Sum of RGB (Red+Green+Blue) = 105+103+21=229 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.85% from 229); Green value is 103 (40.62% from 255 or 44.98% from 229); Blue value is 21 (8.59% from 255 or 9.17% from 229); Max value from RGB is 105 - color contains mainly: red. Hex color #696715 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696715 is #9698EA. Grayscale: #5E5E5E. Windows color (decimal): -9869547 or 1402729. OLE color: 1402729.
HSL color Cylindrical-coordinate representation of color #696715: hue angle of 58.57º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #696715 is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 103 | 21 | - |
| CMYK | 0 | 0.02 | 0.80 | 0.59 |
| HSL | 58.57º | 0.67% | 0.25% | - |
| HSV(B) | 58.57º | 0.8% | 0.41% | - |
| XYZ | 10.81 | 12.76 | 2.6 | - |
| YUV | 94.25 | 86.66 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 103 | 21 | 0 | 0.02 | 0.80 | 0.59 | 58.57 | 0.67 | 0.25 |
| Hex | 69 | 67 | 15 | 0 | 2 | 50 | 3B | 3B | 43 | 19 |
| Octal | 151 | 147 | 25 | 0 | 2 | 120 | 73 | 73 | 103 | 31 |
| Binary | 1101001 | 1100111 | 10101 | 0 | 10 | 1010000 | 111011 | 111011 | 1000011 | 11001 |
Color Harmonies of #696715
Complementary color
Monochromatic Colors of #696715
Black with #696715
Text Example
Text Example
White with #696715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696715; }
p { color: rgb(105,103,21); }
H1.HeaderClassName
{
color: #696715;
}
.AnyTagClassName
{
color: #696715;
}
</style>
background-color css
<style>
a { background-color: #696715; }
a { background-color: rgb(105,103,21); }
div.DivClassName
{
background-color: #696715;
}
.BgClassName
{
background-color: #696715;
}
</style>
border-color css
<style>
span { border-color: #696715; }
span { border-color: rgb(105,103,21); }
td.TdClassName
{
border-color: #696715;
}
.TagClassName
{
border-color: #696715;
}
</style>