Shades of Fiji Green #66780D
Tints of Fiji Green #66780D
RGB
CMYK
RGB Variations
Color information
#66780D (or 0x66780D) is known color: Fiji Green. HEX triplet: 66, 78 and 0D. RGB value is (102,120,13). Sum of RGB (Red+Green+Blue) = 102+120+13=235 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.40% from 235); Green value is 120 (47.27% from 255 or 51.06% from 235); Blue value is 13 (5.47% from 255 or 5.53% from 235); Max value from RGB is 120 - color contains mainly: green. Hex color #66780D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66780D is #9987F2. Grayscale: #666666. Windows color (decimal): -10061811 or 882790. OLE color: 882790.
HSL color Cylindrical-coordinate representation of color #66780D: hue angle of 70.09º 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 #66780D is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 120 | 13 | - |
| CMYK | 0.15 | 0 | 0.89 | 0.53 |
| HSL | 70.09º | 0.8% | 0.26% | - |
| HSV(B) | 70.09º | 0.89% | 0.47% | - |
| XYZ | 12.27 | 16.29 | 2.88 | - |
| YUV | 102.42 | 77.54 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 120 | 13 | 0.15 | 0 | 0.89 | 0.53 | 70.09 | 0.8 | 0.26 |
| Hex | 66 | 78 | D | F | 0 | 59 | 35 | 46 | 50 | 1A |
| Octal | 146 | 170 | 15 | 17 | 0 | 131 | 65 | 106 | 120 | 32 |
| Binary | 1100110 | 1111000 | 1101 | 1111 | 0 | 1011001 | 110101 | 1000110 | 1010000 | 11010 |
Color Harmonies of #66780D
Complementary color
Monochromatic Colors of #66780D
Black with #66780D
Text Example
Text Example
White with #66780D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66780D; }
p { color: rgb(102,120,13); }
H1.HeaderClassName
{
color: #66780D;
}
.AnyTagClassName
{
color: #66780D;
}
</style>
background-color css
<style>
a { background-color: #66780D; }
a { background-color: rgb(102,120,13); }
div.DivClassName
{
background-color: #66780D;
}
.BgClassName
{
background-color: #66780D;
}
</style>
border-color css
<style>
span { border-color: #66780D; }
span { border-color: rgb(102,120,13); }
td.TdClassName
{
border-color: #66780D;
}
.TagClassName
{
border-color: #66780D;
}
</style>