Shades of Fiji Green #69670E
Tints of Fiji Green #69670E
RGB
CMYK
RGB Variations
Color information
#69670E (or 0x69670E) is known color: Fiji Green. HEX triplet: 69, 67 and 0E. RGB value is (105,103,14). Sum of RGB (Red+Green+Blue) = 105+103+14=222 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.30% from 222); Green value is 103 (40.62% from 255 or 46.40% from 222); Blue value is 14 (5.86% from 255 or 6.31% from 222); Max value from RGB is 105 - color contains mainly: red. Hex color #69670E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #69670E is #9698F1. Grayscale: #5D5D5D. Windows color (decimal): -9869554 or 943977. OLE color: 943977.
HSL color Cylindrical-coordinate representation of color #69670E: hue angle of 58.68º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #69670E is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 103 | 14 | - |
| CMYK | 0 | 0.02 | 0.87 | 0.59 |
| HSL | 58.68º | 0.76% | 0.23% | - |
| HSV(B) | 58.68º | 0.87% | 0.41% | - |
| XYZ | 10.76 | 12.74 | 2.31 | - |
| YUV | 93.45 | 83.16 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 103 | 14 | 0 | 0.02 | 0.87 | 0.59 | 58.68 | 0.76 | 0.23 |
| Hex | 69 | 67 | E | 0 | 2 | 57 | 3B | 3B | 4C | 17 |
| Octal | 151 | 147 | 16 | 0 | 2 | 127 | 73 | 73 | 114 | 27 |
| Binary | 1101001 | 1100111 | 1110 | 0 | 10 | 1010111 | 111011 | 111011 | 1001100 | 10111 |
Color Harmonies of #69670E
Complementary color
Monochromatic Colors of #69670E
Black with #69670E
Text Example
Text Example
White with #69670E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69670E; }
p { color: rgb(105,103,14); }
H1.HeaderClassName
{
color: #69670E;
}
.AnyTagClassName
{
color: #69670E;
}
</style>
background-color css
<style>
a { background-color: #69670E; }
a { background-color: rgb(105,103,14); }
div.DivClassName
{
background-color: #69670E;
}
.BgClassName
{
background-color: #69670E;
}
</style>
border-color css
<style>
span { border-color: #69670E; }
span { border-color: rgb(105,103,14); }
td.TdClassName
{
border-color: #69670E;
}
.TagClassName
{
border-color: #69670E;
}
</style>