Shades of Fiji Green #666E13
Tints of Fiji Green #666E13
RGB
CMYK
RGB Variations
Color information
#666E13 (or 0x666E13) is known color: Fiji Green. HEX triplet: 66, 6E and 13. RGB value is (102,110,19). Sum of RGB (Red+Green+Blue) = 102+110+19=231 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.16% from 231); Green value is 110 (43.36% from 255 or 47.62% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 110 - color contains mainly: green. Hex color #666E13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666E13 is #9991EC. Grayscale: #616161. Windows color (decimal): -10064365 or 1273446. OLE color: 1273446.
HSL color Cylindrical-coordinate representation of color #666E13: hue angle of 65.27º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #666E13 is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 110 | 19 | - |
| CMYK | 0.07 | 0 | 0.83 | 0.57 |
| HSL | 65.27º | 0.71% | 0.25% | - |
| HSV(B) | 65.27º | 0.83% | 0.43% | - |
| XYZ | 11.17 | 14.02 | 2.73 | - |
| YUV | 97.23 | 83.85 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 110 | 19 | 0.07 | 0 | 0.83 | 0.57 | 65.27 | 0.71 | 0.25 |
| Hex | 66 | 6E | 13 | 7 | 0 | 53 | 39 | 41 | 47 | 19 |
| Octal | 146 | 156 | 23 | 7 | 0 | 123 | 71 | 101 | 107 | 31 |
| Binary | 1100110 | 1101110 | 10011 | 111 | 0 | 1010011 | 111001 | 1000001 | 1000111 | 11001 |
Color Harmonies of #666E13
Complementary color
Monochromatic Colors of #666E13
Black with #666E13
Text Example
Text Example
White with #666E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666E13; }
p { color: rgb(102,110,19); }
H1.HeaderClassName
{
color: #666E13;
}
.AnyTagClassName
{
color: #666E13;
}
</style>
background-color css
<style>
a { background-color: #666E13; }
a { background-color: rgb(102,110,19); }
div.DivClassName
{
background-color: #666E13;
}
.BgClassName
{
background-color: #666E13;
}
</style>
border-color css
<style>
span { border-color: #666E13; }
span { border-color: rgb(102,110,19); }
td.TdClassName
{
border-color: #666E13;
}
.TagClassName
{
border-color: #666E13;
}
</style>