#667520

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

Shades of Fiji Green #667520

Tints of Fiji Green #667520

Color information

#667520 (or 0x667520) is unknown color: approx Fiji Green. HEX triplet: 66, 75 and 20. RGB value is (102,117,32). Sum of RGB (Red+Green+Blue) = 102+117+32=251 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.64% from 251); Green value is 117 (46.09% from 255 or 46.61% from 251); Blue value is 32 (12.89% from 255 or 12.75% from 251); Max value from RGB is 117 - color contains mainly: green. Hex color #667520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667520 is #998ADF. Grayscale: #676767. Windows color (decimal): -10062560 or 2127206. OLE color: 2127206.

HSL color Cylindrical-coordinate representation of color #667520: hue angle of 70.59º 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 #667520 is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB10211732-
CMYK0.1300.730.54
HSL70.59º57.05%29.22%-
HSV(B)70.59º72.65%45.88%-
XYZ12.115.653.75-
YUV102.8288.03127.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.64%
GREEN value IS 117 (46.09% from 255) = 46.61%
BLUE value IS 32 (12.89% from 255) = 12.75%
R=40.64%
G=46.61%
B=12.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal102117320.1300.730.5470.5957.0529.22
Hex667520D0493647391d
Octal14616540150111661077135
Binary11001101110101100000110101001001110110100011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667520; }

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

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

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

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

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

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

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

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