#686920

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

Shades of Fiji Green #686920

Tints of Fiji Green #686920

Color information

#686920 (or 0x686920) is unknown color: approx Fiji Green. HEX triplet: 68, 69 and 20. RGB value is (104,105,32). Sum of RGB (Red+Green+Blue) = 104+105+32=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 105 (41.41% from 255 or 43.57% from 241); Blue value is 32 (12.89% from 255 or 13.28% from 241); Max value from RGB is 105 - color contains mainly: green. Hex color #686920 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686920 is #9796DF. Grayscale: #606060. Windows color (decimal): -9934560 or 2124136. OLE color: 2124136.

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

Color convert

RGB10410532-
CMYK0.0100.700.59
HSL60.82º53.28%26.86%-
HSV(B)60.82º69.52%41.18%-
XYZ11.0213.153.32-
YUV96.3891.67133.44-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.15%
GREEN value IS 105 (41.41% from 255) = 43.57%
BLUE value IS 32 (12.89% from 255) = 13.28%
R=43.15%
G=43.57%
B=13.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104105320.0100.700.5960.8253.2826.86
Hex68692010463B3d351b
Octal150151401010673756533
Binary1101000110100110000010100011011101111110111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686920; }

 p { color: rgb(104,105,32); }

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

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

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

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

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

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

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