Shades of Fiji Green #666D23
Tints of Fiji Green #666D23
RGB
CMYK
RGB Variations
Color information
#666D23 (or 0x666D23) is known color: Fiji Green. HEX triplet: 66, 6D and 23. RGB value is (102,109,35). Sum of RGB (Red+Green+Blue) = 102+109+35=246 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.46% from 246); Green value is 109 (42.97% from 255 or 44.31% from 246); Blue value is 35 (14.06% from 255 or 14.23% from 246); Max value from RGB is 109 - color contains mainly: green. Hex color #666D23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666D23 is #9992DC. Grayscale: #626262. Windows color (decimal): -10064605 or 2321766. OLE color: 2321766.
HSL color Cylindrical-coordinate representation of color #666D23: hue angle of 65.68º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #666D23 is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 109 | 35 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.57 |
| HSL | 65.68º | 0.51% | 0.28% | - |
| HSV(B) | 65.68º | 0.68% | 0.43% | - |
| XYZ | 11.25 | 13.88 | 3.68 | - |
| YUV | 98.47 | 92.18 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 109 | 35 | 0.06 | 0 | 0.68 | 0.57 | 65.68 | 0.51 | 0.28 |
| Hex | 66 | 6D | 23 | 6 | 0 | 44 | 39 | 42 | 33 | 1C |
| Octal | 146 | 155 | 43 | 6 | 0 | 104 | 71 | 102 | 63 | 34 |
| Binary | 1100110 | 1101101 | 100011 | 110 | 0 | 1000100 | 111001 | 1000010 | 110011 | 11100 |
Color Harmonies of #666D23
Complementary color
Monochromatic Colors of #666D23
Black with #666D23
Text Example
Text Example
White with #666D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666D23; }
p { color: rgb(102,109,35); }
H1.HeaderClassName
{
color: #666D23;
}
.AnyTagClassName
{
color: #666D23;
}
</style>
background-color css
<style>
a { background-color: #666D23; }
a { background-color: rgb(102,109,35); }
div.DivClassName
{
background-color: #666D23;
}
.BgClassName
{
background-color: #666D23;
}
</style>
border-color css
<style>
span { border-color: #666D23; }
span { border-color: rgb(102,109,35); }
td.TdClassName
{
border-color: #666D23;
}
.TagClassName
{
border-color: #666D23;
}
</style>