Shades of Fiji Green #66800D
Tints of Fiji Green #66800D
RGB
CMYK
RGB Variations
Color information
#66800D (or 0x66800D) is known color: Fiji Green. HEX triplet: 66, 80 and 0D. RGB value is (102,128,13). Sum of RGB (Red+Green+Blue) = 102+128+13=243 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.98% from 243); Green value is 128 (50.39% from 255 or 52.67% from 243); Blue value is 13 (5.47% from 255 or 5.35% from 243); Max value from RGB is 128 - color contains mainly: green. Hex color #66800D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66800D is #997FF2. Grayscale: #6B6B6B. Windows color (decimal): -10059763 or 884838. OLE color: 884838.
HSL color Cylindrical-coordinate representation of color #66800D: hue angle of 73.57º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #66800D is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 128 | 13 | - |
| CMYK | 0.20 | 0 | 0.90 | 0.50 |
| HSL | 73.57º | 0.82% | 0.28% | - |
| HSV(B) | 73.57º | 0.9% | 0.5% | - |
| XYZ | 13.27 | 18.29 | 3.21 | - |
| YUV | 107.12 | 74.89 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 128 | 13 | 0.20 | 0 | 0.90 | 0.50 | 73.57 | 0.82 | 0.28 |
| Hex | 66 | 80 | D | 14 | 0 | 5A | 32 | 4A | 52 | 1C |
| Octal | 146 | 200 | 15 | 24 | 0 | 132 | 62 | 112 | 122 | 34 |
| Binary | 1100110 | 10000000 | 1101 | 10100 | 0 | 1011010 | 110010 | 1001010 | 1010010 | 11100 |
Color Harmonies of #66800D
Complementary color
Monochromatic Colors of #66800D
Black with #66800D
Text Example
Text Example
White with #66800D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66800D; }
p { color: rgb(102,128,13); }
H1.HeaderClassName
{
color: #66800D;
}
.AnyTagClassName
{
color: #66800D;
}
</style>
background-color css
<style>
a { background-color: #66800D; }
a { background-color: rgb(102,128,13); }
div.DivClassName
{
background-color: #66800D;
}
.BgClassName
{
background-color: #66800D;
}
</style>
border-color css
<style>
span { border-color: #66800D; }
span { border-color: rgb(102,128,13); }
td.TdClassName
{
border-color: #66800D;
}
.TagClassName
{
border-color: #66800D;
}
</style>