#66681C

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

Shades of Fiji Green #66681C

Tints of Fiji Green #66681C

Color information

#66681C (or 0x66681C) is unknown color: approx Fiji Green. HEX triplet: 66, 68 and 1C. RGB value is (102,104,28). Sum of RGB (Red+Green+Blue) = 102+104+28=234 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.59% from 234); Green value is 104 (41.02% from 255 or 44.44% from 234); Blue value is 28 (11.33% from 255 or 11.97% from 234); Max value from RGB is 104 - color contains mainly: green. Hex color #66681C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66681C is #9997E3. Grayscale: #5F5F5F. Windows color (decimal): -10065892 or 1861734. OLE color: 1861734.

HSL color Cylindrical-coordinate representation of color #66681C: hue angle of 61.58º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #66681C is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.59.

Color convert

RGB10210428-
CMYK0.0200.730.59
HSL61.58º57.58%25.88%-
HSV(B)61.58º73.08%40.78%-
XYZ10.6412.813.01-
YUV94.7490.34133.18-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.59%
GREEN value IS 104 (41.02% from 255) = 44.44%
BLUE value IS 28 (11.33% from 255) = 11.97%
R=43.59%
G=44.44%
B=11.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102104280.0200.730.5961.5857.5825.88
Hex66681C20493B3e3a1a
Octal146150342011173767232
Binary1100110110100011100100100100111101111111011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66681C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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