#686921

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

Shades of Fiji Green #686921

Tints of Fiji Green #686921

Color information

#686921 (or 0x686921) is unknown color: approx Fiji Green. HEX triplet: 68, 69 and 21. RGB value is (104,105,33). Sum of RGB (Red+Green+Blue) = 104+105+33=242 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.98% from 242); Green value is 105 (41.41% from 255 or 43.39% from 242); Blue value is 33 (13.28% from 255 or 13.64% from 242); Max value from RGB is 105 - color contains mainly: green. Hex color #686921 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686921 is #9796DE. Grayscale: #606060. Windows color (decimal): -9934559 or 2189672. OLE color: 2189672.

HSL color Cylindrical-coordinate representation of color #686921: hue angle of 60.83º degrees, saturation: 0.52, 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 #686921 is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB10410533-
CMYK0.0100.690.59
HSL60.83º52.17%27.06%-
HSV(B)60.83º68.57%41.18%-
XYZ11.0413.163.4-
YUV96.4992.17133.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.98%
GREEN value IS 105 (41.41% from 255) = 43.39%
BLUE value IS 33 (13.28% from 255) = 13.64%
R=42.98%
G=43.39%
B=13.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104105330.0100.690.5960.8352.1727.06
Hex68692110453B3d341b
Octal150151411010573756433
Binary1101000110100110000110100010111101111110111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686921; }

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

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

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

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

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

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

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

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