Html Css Color HEX #686820 Fiji Green

📋 copy color: '#686820'

red 104 ◦ green 104 ◦ blue 32

#686820
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiji Green #686820

Tints of Fiji Green #686820

RGB

 RED value IS 104 (41.02% from 255) = 43.33%

 GREEN value IS 104 (41.02% from 255) = 43.33%

 BLUE value IS 32 (12.89% from 255) = 13.33%

R = 43.33%
G = 43.33%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#686820 (or 0x686820) is known color: Fiji Green. HEX triplet: 68, 68 and 20. RGB value is (104,104,32). Sum of RGB (Red+Green+Blue) = 104+104+32=240 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.33% from 240); Green value is 104 (41.02% from 255 or 43.33% from 240); Blue value is 32 (12.89% from 255 or 13.33% from 240); Max value from RGB is 104 - color contains mainly: red, green. Hex color #686820 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686820 is #9797DF. Grayscale: #606060. Windows color (decimal): -9934816 or 2123880. OLE color: 2123880.

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

Color convert

RGB 104 104 32 -
CMYK 0 0 0.69 0.59
HSL 60º 0.53% 0.27% -
HSV(B) 60º 0.69% 0.41% -
XYZ 10.92 12.95 3.29 -
YUV 95.79 92 133.85 -
System Red Green Blue C M Y K H S L
Decimal 104 104 32 0 0 0.69 0.59 60 0.53 0.27
Hex 68 68 20 0 0 45 3B 3C 35 1B
Octal 150 150 40 0 0 105 73 74 65 33
Binary 1101000 1101000 100000 0 0 1000101 111011 111100 110101 11011

Color Harmonies of #686820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686820

Black with #686820

Text Example


Text Example

White with #686820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686820; }

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

 H1.HeaderClassName
 {
   color: #686820;
 }
 .AnyTagClassName
 {
   color: #686820;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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