Shades of Fiji Green #69780D
Tints of Fiji Green #69780D
RGB
CMYK
RGB Variations
Color information
#69780D (or 0x69780D) is known color: Fiji Green. HEX triplet: 69, 78 and 0D. RGB value is (105,120,13). Sum of RGB (Red+Green+Blue) = 105+120+13=238 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.12% from 238); Green value is 120 (47.27% from 255 or 50.42% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 120 - color contains mainly: green. Hex color #69780D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #69780D is #9687F2. Grayscale: #676767. Windows color (decimal): -9865203 or 882793. OLE color: 882793.
HSL color Cylindrical-coordinate representation of color #69780D: hue angle of 68.41º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #69780D is Cyan = 0.13, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 105 | 120 | 13 | - |
| CMYK | 0.13 | 0 | 0.89 | 0.53 |
| HSL | 68.41º | 0.8% | 0.26% | - |
| HSV(B) | 68.41º | 0.89% | 0.47% | - |
| XYZ | 12.61 | 16.47 | 2.89 | - |
| YUV | 103.32 | 77.03 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 120 | 13 | 0.13 | 0 | 0.89 | 0.53 | 68.41 | 0.8 | 0.26 |
| Hex | 69 | 78 | D | D | 0 | 59 | 35 | 44 | 50 | 1A |
| Octal | 151 | 170 | 15 | 15 | 0 | 131 | 65 | 104 | 120 | 32 |
| Binary | 1101001 | 1111000 | 1101 | 1101 | 0 | 1011001 | 110101 | 1000100 | 1010000 | 11010 |
Color Harmonies of #69780D
Complementary color
Monochromatic Colors of #69780D
Black with #69780D
Text Example
Text Example
White with #69780D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69780D; }
p { color: rgb(105,120,13); }
H1.HeaderClassName
{
color: #69780D;
}
.AnyTagClassName
{
color: #69780D;
}
</style>
background-color css
<style>
a { background-color: #69780D; }
a { background-color: rgb(105,120,13); }
div.DivClassName
{
background-color: #69780D;
}
.BgClassName
{
background-color: #69780D;
}
</style>
border-color css
<style>
span { border-color: #69780D; }
span { border-color: rgb(105,120,13); }
td.TdClassName
{
border-color: #69780D;
}
.TagClassName
{
border-color: #69780D;
}
</style>