#66640A

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

Shades of Fiji Green #66640A

Tints of Fiji Green #66640A

Color information

#66640A (or 0x66640A) is unknown color: approx Fiji Green. HEX triplet: 66, 64 and 0A. RGB value is (102,100,10). Sum of RGB (Red+Green+Blue) = 102+100+10=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 100 (39.45% from 255 or 47.17% from 212); Blue value is 10 (4.30% from 255 or 4.72% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #66640A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66640A is #999BF5. Grayscale: #5A5A5A. Windows color (decimal): -10066934 or 681062. OLE color: 681062.

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

Color convert

RGB10210010-
CMYK00.020.900.6
HSL58.7º82.14%21.96%-
HSV(B)58.7º90.2%40%-
XYZ10.0911.962.06-
YUV90.3482.66136.32-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.11%
GREEN value IS 100 (39.45% from 255) = 47.17%
BLUE value IS 10 (4.30% from 255) = 4.72%
R=48.11%
G=47.17%
B=4.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.90
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1021001000.020.900.658.782.1421.96
Hex6664A025A3C3b5216
Octal1461441202132747312226
Binary1100110110010010100101011010111100111011101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66640A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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