Shades of Fiji Green #69680A
Tints of Fiji Green #69680A
RGB
CMYK
RGB Variations
Color information
#69680A (or 0x69680A) is known color: Fiji Green. HEX triplet: 69, 68 and 0A. RGB value is (105,104,10). Sum of RGB (Red+Green+Blue) = 105+104+10=219 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.95% from 219); Green value is 104 (41.02% from 255 or 47.49% from 219); Blue value is 10 (4.30% from 255 or 4.57% from 219); Max value from RGB is 105 - color contains mainly: red. Hex color #69680A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #69680A is #9697F5. Grayscale: #5D5D5D. Windows color (decimal): -9869302 or 682089. OLE color: 682089.
HSL color Cylindrical-coordinate representation of color #69680A: hue angle of 59.37º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #69680A is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 104 | 10 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.59 |
| HSL | 59.37º | 0.83% | 0.23% | - |
| HSV(B) | 59.37º | 0.9% | 0.41% | - |
| XYZ | 10.83 | 12.93 | 2.21 | - |
| YUV | 93.58 | 80.83 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 104 | 10 | 0 | 0.01 | 0.90 | 0.59 | 59.37 | 0.83 | 0.23 |
| Hex | 69 | 68 | A | 0 | 1 | 5A | 3B | 3B | 53 | 17 |
| Octal | 151 | 150 | 12 | 0 | 1 | 132 | 73 | 73 | 123 | 27 |
| Binary | 1101001 | 1101000 | 1010 | 0 | 1 | 1011010 | 111011 | 111011 | 1010011 | 10111 |
Color Harmonies of #69680A
Complementary color
Monochromatic Colors of #69680A
Black with #69680A
Text Example
Text Example
White with #69680A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69680A; }
p { color: rgb(105,104,10); }
H1.HeaderClassName
{
color: #69680A;
}
.AnyTagClassName
{
color: #69680A;
}
</style>
background-color css
<style>
a { background-color: #69680A; }
a { background-color: rgb(105,104,10); }
div.DivClassName
{
background-color: #69680A;
}
.BgClassName
{
background-color: #69680A;
}
</style>
border-color css
<style>
span { border-color: #69680A; }
span { border-color: rgb(105,104,10); }
td.TdClassName
{
border-color: #69680A;
}
.TagClassName
{
border-color: #69680A;
}
</style>