Shades of Fiji Green #66751B
Tints of Fiji Green #66751B
RGB
CMYK
RGB Variations
Color information
#66751B (or 0x66751B) is known color: Fiji Green. HEX triplet: 66, 75 and 1B. RGB value is (102,117,27). Sum of RGB (Red+Green+Blue) = 102+117+27=246 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.46% from 246); Green value is 117 (46.09% from 255 or 47.56% from 246); Blue value is 27 (10.94% from 255 or 10.98% from 246); Max value from RGB is 117 - color contains mainly: green. Hex color #66751B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66751B is #998AE4. Grayscale: #666666. Windows color (decimal): -10062565 or 1799526. OLE color: 1799526.
HSL color Cylindrical-coordinate representation of color #66751B: hue angle of 70º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #66751B is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 102 | 117 | 27 | - |
| CMYK | 0.13 | 0 | 0.77 | 0.54 |
| HSL | 70º | 0.63% | 0.28% | - |
| HSV(B) | 70º | 0.77% | 0.46% | - |
| XYZ | 12.04 | 15.63 | 3.42 | - |
| YUV | 102.26 | 85.53 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 117 | 27 | 0.13 | 0 | 0.77 | 0.54 | 70 | 0.63 | 0.28 |
| Hex | 66 | 75 | 1B | D | 0 | 4D | 36 | 46 | 3E | 1C |
| Octal | 146 | 165 | 33 | 15 | 0 | 115 | 66 | 106 | 76 | 34 |
| Binary | 1100110 | 1110101 | 11011 | 1101 | 0 | 1001101 | 110110 | 1000110 | 111110 | 11100 |
Color Harmonies of #66751B
Complementary color
Monochromatic Colors of #66751B
Black with #66751B
Text Example
Text Example
White with #66751B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66751B; }
p { color: rgb(102,117,27); }
H1.HeaderClassName
{
color: #66751B;
}
.AnyTagClassName
{
color: #66751B;
}
</style>
background-color css
<style>
a { background-color: #66751B; }
a { background-color: rgb(102,117,27); }
div.DivClassName
{
background-color: #66751B;
}
.BgClassName
{
background-color: #66751B;
}
</style>
border-color css
<style>
span { border-color: #66751B; }
span { border-color: rgb(102,117,27); }
td.TdClassName
{
border-color: #66751B;
}
.TagClassName
{
border-color: #66751B;
}
</style>