Shades of Fiji Green #69790E
Tints of Fiji Green #69790E
RGB
CMYK
RGB Variations
Color information
#69790E (or 0x69790E) is known color: Fiji Green. HEX triplet: 69, 79 and 0E. RGB value is (105,121,14). Sum of RGB (Red+Green+Blue) = 105+121+14=240 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.75% from 240); Green value is 121 (47.66% from 255 or 50.42% from 240); Blue value is 14 (5.86% from 255 or 5.83% from 240); Max value from RGB is 121 - color contains mainly: green. Hex color #69790E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #69790E is #9686F1. Grayscale: #686868. Windows color (decimal): -9864946 or 948585. OLE color: 948585.
HSL color Cylindrical-coordinate representation of color #69790E: hue angle of 68.97º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #69790E is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 105 | 121 | 14 | - |
| CMYK | 0.13 | 0 | 0.88 | 0.53 |
| HSL | 68.97º | 0.79% | 0.26% | - |
| HSV(B) | 68.97º | 0.88% | 0.47% | - |
| XYZ | 12.74 | 16.71 | 2.97 | - |
| YUV | 104.02 | 77.2 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 121 | 14 | 0.13 | 0 | 0.88 | 0.53 | 68.97 | 0.79 | 0.26 |
| Hex | 69 | 79 | E | D | 0 | 58 | 35 | 45 | 4F | 1A |
| Octal | 151 | 171 | 16 | 15 | 0 | 130 | 65 | 105 | 117 | 32 |
| Binary | 1101001 | 1111001 | 1110 | 1101 | 0 | 1011000 | 110101 | 1000101 | 1001111 | 11010 |
Color Harmonies of #69790E
Complementary color
Monochromatic Colors of #69790E
Black with #69790E
Text Example
Text Example
White with #69790E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69790E; }
p { color: rgb(105,121,14); }
H1.HeaderClassName
{
color: #69790E;
}
.AnyTagClassName
{
color: #69790E;
}
</style>
background-color css
<style>
a { background-color: #69790E; }
a { background-color: rgb(105,121,14); }
div.DivClassName
{
background-color: #69790E;
}
.BgClassName
{
background-color: #69790E;
}
</style>
border-color css
<style>
span { border-color: #69790E; }
span { border-color: rgb(105,121,14); }
td.TdClassName
{
border-color: #69790E;
}
.TagClassName
{
border-color: #69790E;
}
</style>