Shades of Fiji Green #666105
Tints of Fiji Green #666105
RGB
CMYK
RGB Variations
Color information
#666105 (or 0x666105) is known color: Fiji Green. HEX triplet: 66, 61 and 05. RGB value is (102,97,5). Sum of RGB (Red+Green+Blue) = 102+97+5=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 97 (38.28% from 255 or 47.55% from 204); Blue value is 5 (2.34% from 255 or 2.45% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #666105 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666105 is #999EFA. Grayscale: #585858. Windows color (decimal): -10067707 or 352614. OLE color: 352614.
HSL color Cylindrical-coordinate representation of color #666105: hue angle of 56.91º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #666105 is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 97 | 5 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.6 |
| HSL | 56.91º | 0.91% | 0.21% | - |
| HSV(B) | 56.91º | 0.95% | 0.4% | - |
| XYZ | 9.78 | 11.39 | 1.83 | - |
| YUV | 88.01 | 81.16 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 97 | 5 | 0 | 0.05 | 0.95 | 0.6 | 56.91 | 0.91 | 0.21 |
| Hex | 66 | 61 | 5 | 0 | 5 | 5F | 3C | 39 | 5B | 15 |
| Octal | 146 | 141 | 5 | 0 | 5 | 137 | 74 | 71 | 133 | 25 |
| Binary | 1100110 | 1100001 | 101 | 0 | 101 | 1011111 | 111100 | 111001 | 1011011 | 10101 |
Color Harmonies of #666105
Complementary color
Monochromatic Colors of #666105
Black with #666105
Text Example
Text Example
White with #666105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666105; }
p { color: rgb(102,97,5); }
H1.HeaderClassName
{
color: #666105;
}
.AnyTagClassName
{
color: #666105;
}
</style>
background-color css
<style>
a { background-color: #666105; }
a { background-color: rgb(102,97,5); }
div.DivClassName
{
background-color: #666105;
}
.BgClassName
{
background-color: #666105;
}
</style>
border-color css
<style>
span { border-color: #666105; }
span { border-color: rgb(102,97,5); }
td.TdClassName
{
border-color: #666105;
}
.TagClassName
{
border-color: #666105;
}
</style>