Shades of Fiji Green #666919
Tints of Fiji Green #666919
RGB
CMYK
RGB Variations
Color information
#666919 (or 0x666919) is known color: Fiji Green. HEX triplet: 66, 69 and 19. RGB value is (102,105,25). Sum of RGB (Red+Green+Blue) = 102+105+25=232 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.97% from 232); Green value is 105 (41.41% from 255 or 45.26% from 232); Blue value is 25 (10.16% from 255 or 10.78% from 232); Max value from RGB is 105 - color contains mainly: green. Hex color #666919 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666919 is #9996E6. Grayscale: #5F5F5F. Windows color (decimal): -10065639 or 1665382. OLE color: 1665382.
HSL color Cylindrical-coordinate representation of color #666919: hue angle of 62.25º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #666919 is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 105 | 25 | - |
| CMYK | 0.03 | 0 | 0.76 | 0.59 |
| HSL | 62.25º | 0.62% | 0.25% | - |
| HSV(B) | 62.25º | 0.76% | 0.41% | - |
| XYZ | 10.71 | 13 | 2.86 | - |
| YUV | 94.98 | 88.51 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 105 | 25 | 0.03 | 0 | 0.76 | 0.59 | 62.25 | 0.62 | 0.25 |
| Hex | 66 | 69 | 19 | 3 | 0 | 4C | 3B | 3E | 3E | 19 |
| Octal | 146 | 151 | 31 | 3 | 0 | 114 | 73 | 76 | 76 | 31 |
| Binary | 1100110 | 1101001 | 11001 | 11 | 0 | 1001100 | 111011 | 111110 | 111110 | 11001 |
Color Harmonies of #666919
Complementary color
Monochromatic Colors of #666919
Black with #666919
Text Example
Text Example
White with #666919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666919; }
p { color: rgb(102,105,25); }
H1.HeaderClassName
{
color: #666919;
}
.AnyTagClassName
{
color: #666919;
}
</style>
background-color css
<style>
a { background-color: #666919; }
a { background-color: rgb(102,105,25); }
div.DivClassName
{
background-color: #666919;
}
.BgClassName
{
background-color: #666919;
}
</style>
border-color css
<style>
span { border-color: #666919; }
span { border-color: rgb(102,105,25); }
td.TdClassName
{
border-color: #666919;
}
.TagClassName
{
border-color: #666919;
}
</style>