#686821

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

Shades of Fiji Green #686821

Tints of Fiji Green #686821

Color information

#686821 (or 0x686821) is unknown color: approx Fiji Green. HEX triplet: 68, 68 and 21. RGB value is (104,104,33). Sum of RGB (Red+Green+Blue) = 104+104+33=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 104 (41.02% from 255 or 43.15% from 241); Blue value is 33 (13.28% from 255 or 13.69% from 241); Max value from RGB is 104 - color contains mainly: red, green. Hex color #686821 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686821 is #9797DE. Grayscale: #606060. Windows color (decimal): -9934815 or 2189416. OLE color: 2189416.

HSL color Cylindrical-coordinate representation of color #686821: hue angle of 60º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #686821 is Cyan = 0, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.59.

Color convert

RGB10410433-
CMYK000.680.59
HSL60º51.82%26.86%-
HSV(B)60º68.27%40.78%-
XYZ10.9312.953.36-
YUV95.9192.5133.77-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.15%
GREEN value IS 104 (41.02% from 255) = 43.15%
BLUE value IS 33 (13.28% from 255) = 13.69%
R=43.15%
G=43.15%
B=13.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10410433000.680.596051.8226.86
Hex68682100443B3c341b
Octal150150410010473746433
Binary1101000110100010000100100010011101111110011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686821; }

 p { color: rgb(104,104,33); }

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

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

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

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

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

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

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