Shades of Fiji Green #69780F
Tints of Fiji Green #69780F
RGB
CMYK
RGB Variations
Color information
#69780F (or 0x69780F) is known color: Fiji Green. HEX triplet: 69, 78 and 0F. RGB value is (105,120,15). Sum of RGB (Red+Green+Blue) = 105+120+15=240 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.75% from 240); Green value is 120 (47.27% from 255 or 50% from 240); Blue value is 15 (6.25% from 255 or 6.25% from 240); Max value from RGB is 120 - color contains mainly: green. Hex color #69780F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #69780F is #9687F0. Grayscale: #676767. Windows color (decimal): -9865201 or 1013865. OLE color: 1013865.
HSL color Cylindrical-coordinate representation of color #69780F: hue angle of 68.57º degrees, saturation: 0.78, 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 #69780F is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 105 | 120 | 15 | - |
| CMYK | 0.13 | 0 | 0.87 | 0.53 |
| HSL | 68.57º | 0.78% | 0.26% | - |
| HSV(B) | 68.57º | 0.88% | 0.47% | - |
| XYZ | 12.63 | 16.47 | 2.97 | - |
| YUV | 103.55 | 78.03 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 120 | 15 | 0.13 | 0 | 0.87 | 0.53 | 68.57 | 0.78 | 0.26 |
| Hex | 69 | 78 | F | D | 0 | 57 | 35 | 45 | 4E | 1A |
| Octal | 151 | 170 | 17 | 15 | 0 | 127 | 65 | 105 | 116 | 32 |
| Binary | 1101001 | 1111000 | 1111 | 1101 | 0 | 1010111 | 110101 | 1000101 | 1001110 | 11010 |
Color Harmonies of #69780F
Complementary color
Monochromatic Colors of #69780F
Black with #69780F
Text Example
Text Example
White with #69780F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69780F; }
p { color: rgb(105,120,15); }
H1.HeaderClassName
{
color: #69780F;
}
.AnyTagClassName
{
color: #69780F;
}
</style>
background-color css
<style>
a { background-color: #69780F; }
a { background-color: rgb(105,120,15); }
div.DivClassName
{
background-color: #69780F;
}
.BgClassName
{
background-color: #69780F;
}
</style>
border-color css
<style>
span { border-color: #69780F; }
span { border-color: rgb(105,120,15); }
td.TdClassName
{
border-color: #69780F;
}
.TagClassName
{
border-color: #69780F;
}
</style>