Shades of Fiji Green #69791E
Tints of Fiji Green #69791E
RGB
CMYK
RGB Variations
Color information
#69791E (or 0x69791E) is known color: Fiji Green. HEX triplet: 69, 79 and 1E. RGB value is (105,121,30). Sum of RGB (Red+Green+Blue) = 105+121+30=256 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.02% from 256); Green value is 121 (47.66% from 255 or 47.27% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 121 - color contains mainly: green. Hex color #69791E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69791E is #9686E1. Grayscale: #6A6A6A. Windows color (decimal): -9864930 or 1997161. OLE color: 1997161.
HSL color Cylindrical-coordinate representation of color #69791E: hue angle of 70.55º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #69791E is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 105 | 121 | 30 | - |
| CMYK | 0.13 | 0 | 0.75 | 0.53 |
| HSL | 70.55º | 0.6% | 0.3% | - |
| HSV(B) | 70.55º | 0.75% | 0.47% | - |
| XYZ | 12.9 | 16.77 | 3.79 | - |
| YUV | 105.84 | 85.2 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 121 | 30 | 0.13 | 0 | 0.75 | 0.53 | 70.55 | 0.6 | 0.3 |
| Hex | 69 | 79 | 1E | D | 0 | 4B | 35 | 47 | 3C | 1E |
| Octal | 151 | 171 | 36 | 15 | 0 | 113 | 65 | 107 | 74 | 36 |
| Binary | 1101001 | 1111001 | 11110 | 1101 | 0 | 1001011 | 110101 | 1000111 | 111100 | 11110 |
Color Harmonies of #69791E
Complementary color
Monochromatic Colors of #69791E
Black with #69791E
Text Example
Text Example
White with #69791E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69791E; }
p { color: rgb(105,121,30); }
H1.HeaderClassName
{
color: #69791E;
}
.AnyTagClassName
{
color: #69791E;
}
</style>
background-color css
<style>
a { background-color: #69791E; }
a { background-color: rgb(105,121,30); }
div.DivClassName
{
background-color: #69791E;
}
.BgClassName
{
background-color: #69791E;
}
</style>
border-color css
<style>
span { border-color: #69791E; }
span { border-color: rgb(105,121,30); }
td.TdClassName
{
border-color: #69791E;
}
.TagClassName
{
border-color: #69791E;
}
</style>