Shades of Fiji Green #666F23
Tints of Fiji Green #666F23
RGB
CMYK
RGB Variations
Color information
#666F23 (or 0x666F23) is known color: Fiji Green. HEX triplet: 66, 6F and 23. RGB value is (102,111,35). Sum of RGB (Red+Green+Blue) = 102+111+35=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 111 (43.75% from 255 or 44.76% from 248); Blue value is 35 (14.06% from 255 or 14.11% from 248); Max value from RGB is 111 - color contains mainly: green. Hex color #666F23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666F23 is #9990DC. Grayscale: #636363. Windows color (decimal): -10064093 or 2322278. OLE color: 2322278.
HSL color Cylindrical-coordinate representation of color #666F23: hue angle of 67.11º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #666F23 is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 111 | 35 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.56 |
| HSL | 67.11º | 0.52% | 0.29% | - |
| HSV(B) | 67.11º | 0.68% | 0.44% | - |
| XYZ | 11.47 | 14.32 | 3.75 | - |
| YUV | 99.65 | 91.52 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 111 | 35 | 0.08 | 0 | 0.68 | 0.56 | 67.11 | 0.52 | 0.29 |
| Hex | 66 | 6F | 23 | 8 | 0 | 44 | 38 | 43 | 34 | 1D |
| Octal | 146 | 157 | 43 | 10 | 0 | 104 | 70 | 103 | 64 | 35 |
| Binary | 1100110 | 1101111 | 100011 | 1000 | 0 | 1000100 | 111000 | 1000011 | 110100 | 11101 |
Color Harmonies of #666F23
Complementary color
Monochromatic Colors of #666F23
Black with #666F23
Text Example
Text Example
White with #666F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666F23; }
p { color: rgb(102,111,35); }
H1.HeaderClassName
{
color: #666F23;
}
.AnyTagClassName
{
color: #666F23;
}
</style>
background-color css
<style>
a { background-color: #666F23; }
a { background-color: rgb(102,111,35); }
div.DivClassName
{
background-color: #666F23;
}
.BgClassName
{
background-color: #666F23;
}
</style>
border-color css
<style>
span { border-color: #666F23; }
span { border-color: rgb(102,111,35); }
td.TdClassName
{
border-color: #666F23;
}
.TagClassName
{
border-color: #666F23;
}
</style>