Shades of Fiji Green #66751D
Tints of Fiji Green #66751D
RGB
CMYK
RGB Variations
Color information
#66751D (or 0x66751D) is known color: Fiji Green. HEX triplet: 66, 75 and 1D. RGB value is (102,117,29). Sum of RGB (Red+Green+Blue) = 102+117+29=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 117 (46.09% from 255 or 47.18% from 248); Blue value is 29 (11.72% from 255 or 11.69% from 248); Max value from RGB is 117 - color contains mainly: green. Hex color #66751D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66751D is #998AE2. Grayscale: #666666. Windows color (decimal): -10062563 or 1930598. OLE color: 1930598.
HSL color Cylindrical-coordinate representation of color #66751D: hue angle of 70.23º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #66751D is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 102 | 117 | 29 | - |
| CMYK | 0.13 | 0 | 0.75 | 0.54 |
| HSL | 70.23º | 0.6% | 0.29% | - |
| HSV(B) | 70.23º | 0.75% | 0.46% | - |
| XYZ | 12.06 | 15.64 | 3.54 | - |
| YUV | 102.48 | 86.53 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 117 | 29 | 0.13 | 0 | 0.75 | 0.54 | 70.23 | 0.6 | 0.29 |
| Hex | 66 | 75 | 1D | D | 0 | 4B | 36 | 46 | 3C | 1D |
| Octal | 146 | 165 | 35 | 15 | 0 | 113 | 66 | 106 | 74 | 35 |
| Binary | 1100110 | 1110101 | 11101 | 1101 | 0 | 1001011 | 110110 | 1000110 | 111100 | 11101 |
Color Harmonies of #66751D
Complementary color
Monochromatic Colors of #66751D
Black with #66751D
Text Example
Text Example
White with #66751D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66751D; }
p { color: rgb(102,117,29); }
H1.HeaderClassName
{
color: #66751D;
}
.AnyTagClassName
{
color: #66751D;
}
</style>
background-color css
<style>
a { background-color: #66751D; }
a { background-color: rgb(102,117,29); }
div.DivClassName
{
background-color: #66751D;
}
.BgClassName
{
background-color: #66751D;
}
</style>
border-color css
<style>
span { border-color: #66751D; }
span { border-color: rgb(102,117,29); }
td.TdClassName
{
border-color: #66751D;
}
.TagClassName
{
border-color: #66751D;
}
</style>