#667620

Color #667620 Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #667620

Tints of Fiji Green #667620

Color information

#667620 (or 0x667620) is unknown color: approx Fiji Green. HEX triplet: 66, 76 and 20. RGB value is (102,118,32). Sum of RGB (Red+Green+Blue) = 102+118+32=252 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.48% from 252); Green value is 118 (46.48% from 255 or 46.83% from 252); Blue value is 32 (12.89% from 255 or 12.70% from 252); Max value from RGB is 118 - color contains mainly: green. Hex color #667620 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667620 is #9989DF. Grayscale: #676767. Windows color (decimal): -10062304 or 2127462. OLE color: 2127462.

HSL color Cylindrical-coordinate representation of color #667620: hue angle of 71.16º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #667620 is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB10211832-
CMYK0.1400.730.54
HSL71.16º57.33%29.41%-
HSV(B)71.16º72.88%46.27%-
XYZ12.2215.893.79-
YUV103.4187.7126.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 40.48%
GREEN value IS 118 (46.48% from 255) = 46.83%
BLUE value IS 32 (12.89% from 255) = 12.70%
R=40.48%
G=46.83%
B=12.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal102118320.1400.730.5471.1657.3329.41
Hex667620E0493647391d
Octal14616640160111661077135
Binary11001101110110100000111001001001110110100011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667620; }

 p { color: rgb(102,118,32); }

 H1.HeaderClassName
 {
   color: #667620;
 }
 .AnyTagClassName
 {
   color: #667620;
 }
</style>
background-color css

<style>
 a { background-color: #667620; }

 a { background-color: rgb(102,118,32); }

 div.DivClassName
 {
   background-color: #667620;
 }
 .BgClassName
 {
   background-color: #667620;
 }
</style>
border-color css

<style>
 span { border-color: #667620; }

 span { border-color: rgb(102,118,32); }

 td.TdClassName
 {
   border-color: #667620;
 }
 .TagClassName
 {
   border-color: #667620;
 }
</style>