#66640B

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

Shades of Fiji Green #66640B

Tints of Fiji Green #66640B

Color information

#66640B (or 0x66640B) is unknown color: approx Fiji Green. HEX triplet: 66, 64 and 0B. RGB value is (102,100,11). Sum of RGB (Red+Green+Blue) = 102+100+11=213 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.89% from 213); Green value is 100 (39.45% from 255 or 46.95% from 213); Blue value is 11 (4.69% from 255 or 5.16% from 213); Max value from RGB is 102 - color contains mainly: red. Hex color #66640B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66640B is #999BF4. Grayscale: #5A5A5A. Windows color (decimal): -10066933 or 746598. OLE color: 746598.

HSL color Cylindrical-coordinate representation of color #66640B: hue angle of 58.68º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #66640B is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.6.

Color convert

RGB10210011-
CMYK00.020.890.6
HSL58.68º80.53%22.16%-
HSV(B)58.68º89.22%40%-
XYZ10.111.962.09-
YUV90.4583.16136.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.89%
GREEN value IS 100 (39.45% from 255) = 46.95%
BLUE value IS 11 (4.69% from 255) = 5.16%
R=47.89%
G=46.95%
B=5.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.89
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1021001100.020.890.658.6880.5322.16
Hex6664B02593C3b5116
Octal1461441302131747312126
Binary1100110110010010110101011001111100111011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66640B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66640B; }

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

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

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

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

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

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

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

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