Shades of Fiji Green #69680B
Tints of Fiji Green #69680B
RGB
CMYK
RGB Variations
Color information
#69680B (or 0x69680B) is known color: Fiji Green. HEX triplet: 69, 68 and 0B. RGB value is (105,104,11). Sum of RGB (Red+Green+Blue) = 105+104+11=220 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.73% from 220); Green value is 104 (41.02% from 255 or 47.27% from 220); Blue value is 11 (4.69% from 255 or 5% from 220); Max value from RGB is 105 - color contains mainly: red. Hex color #69680B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #69680B is #9697F4. Grayscale: #5E5E5E. Windows color (decimal): -9869301 or 747625. OLE color: 747625.
HSL color Cylindrical-coordinate representation of color #69680B: hue angle of 59.36º degrees, saturation: 0.81, 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 #69680B is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 104 | 11 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.59 |
| HSL | 59.36º | 0.81% | 0.23% | - |
| HSV(B) | 59.36º | 0.9% | 0.41% | - |
| XYZ | 10.84 | 12.93 | 2.24 | - |
| YUV | 93.7 | 81.33 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 104 | 11 | 0 | 0.01 | 0.90 | 0.59 | 59.36 | 0.81 | 0.23 |
| Hex | 69 | 68 | B | 0 | 1 | 5A | 3B | 3B | 51 | 17 |
| Octal | 151 | 150 | 13 | 0 | 1 | 132 | 73 | 73 | 121 | 27 |
| Binary | 1101001 | 1101000 | 1011 | 0 | 1 | 1011010 | 111011 | 111011 | 1010001 | 10111 |
Color Harmonies of #69680B
Complementary color
Monochromatic Colors of #69680B
Black with #69680B
Text Example
Text Example
White with #69680B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69680B; }
p { color: rgb(105,104,11); }
H1.HeaderClassName
{
color: #69680B;
}
.AnyTagClassName
{
color: #69680B;
}
</style>
background-color css
<style>
a { background-color: #69680B; }
a { background-color: rgb(105,104,11); }
div.DivClassName
{
background-color: #69680B;
}
.BgClassName
{
background-color: #69680B;
}
</style>
border-color css
<style>
span { border-color: #69680B; }
span { border-color: rgb(105,104,11); }
td.TdClassName
{
border-color: #69680B;
}
.TagClassName
{
border-color: #69680B;
}
</style>