#666412

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

Shades of Fiji Green #666412

Tints of Fiji Green #666412

Color information

#666412 (or 0x666412) is unknown color: approx Fiji Green. HEX triplet: 66, 64 and 12. RGB value is (102,100,18). Sum of RGB (Red+Green+Blue) = 102+100+18=220 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.36% from 220); Green value is 100 (39.45% from 255 or 45.45% from 220); Blue value is 18 (7.42% from 255 or 8.18% from 220); Max value from RGB is 102 - color contains mainly: red. Hex color #666412 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666412 is #999BED. Grayscale: #5B5B5B. Windows color (decimal): -10066926 or 1205350. OLE color: 1205350.

HSL color Cylindrical-coordinate representation of color #666412: hue angle of 58.57º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #666412 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.6.

Color convert

RGB10210018-
CMYK00.020.820.6
HSL58.57º70%23.53%-
HSV(B)58.57º82.35%40%-
XYZ10.1511.982.35-
YUV91.2586.66135.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.36%
GREEN value IS 100 (39.45% from 255) = 45.45%
BLUE value IS 18 (7.42% from 255) = 8.18%
R=46.36%
G=45.45%
B=8.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.82
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1021001800.020.820.658.577023.53
Hex66641202523C3b4618
Octal1461442202122747310630
Binary11001101100100100100101010010111100111011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666412; }

 p { color: rgb(102,100,18); }

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

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

 a { background-color: rgb(102,100,18); }

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

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

 span { border-color: rgb(102,100,18); }

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