#66661C

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

Shades of Fiji Green #66661C

Tints of Fiji Green #66661C

Color information

#66661C (or 0x66661C) is unknown color: approx Fiji Green. HEX triplet: 66, 66 and 1C. RGB value is (102,102,28). Sum of RGB (Red+Green+Blue) = 102+102+28=232 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.97% from 232); Green value is 102 (40.23% from 255 or 43.97% from 232); Blue value is 28 (11.33% from 255 or 12.07% from 232); Max value from RGB is 102 - color contains mainly: red, green. Hex color #66661C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66661C is #9999E3. Grayscale: #5D5D5D. Windows color (decimal): -10066404 or 1861222. OLE color: 1861222.

HSL color Cylindrical-coordinate representation of color #66661C: hue angle of 60º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #66661C is Cyan = 0, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.6.

Color convert

RGB10210228-
CMYK000.730.6
HSL60º56.92%25.49%-
HSV(B)60º72.55%40%-
XYZ10.4412.412.94-
YUV93.5691134.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.97%
GREEN value IS 102 (40.23% from 255) = 43.97%
BLUE value IS 28 (11.33% from 255) = 12.07%
R=43.97%
G=43.97%
B=12.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10210228000.730.66056.9225.49
Hex66661C00493C3c3919
Octal146146340011174747131
Binary110011011001101110000100100111110011110011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66661C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66661C; }

 p { color: rgb(102,102,28); }

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

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

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

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

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

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

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